Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created July 12, 2022 00:01
Show Gist options
  • Save timheuer/7b54ce9acf2d7b3faa8b455ecbed8897 to your computer and use it in GitHub Desktop.
Save timheuer/7b54ce9acf2d7b3faa8b455ecbed8897 to your computer and use it in GitHub Desktop.
- 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