Created
July 12, 2022 00:01
-
-
Save timheuer/7b54ce9acf2d7b3faa8b455ecbed8897 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Add GPR Source | |
run: dotnet nuget add source --username ${{ secrets.GPR_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name GPR ${{ secrets.GPR_URI }} | |
- name: Push to GitHub Packages | |
run: dotnet nuget push **/*.nupkg -s "GPR" --skip-duplicate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment