Skip to content

Commit

Permalink
Update gh-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdisonCavani authored Feb 23, 2022
1 parent 537af11 commit dc063cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Pack package
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build -c Release --include-symbols -p:PackageVersion=${{ steps.version.outputs.version-without-v }} -o ${{ env.PACKAGE_OUT_DIR }}
- name: Push package
run: dotnet nuget push ${{ env.PACKAGE_OUT_DIR }}/*.nupkg -k ${{ secrets.GH_PAT }} -s "github"
run: dotnet nuget push ${{ env.PACKAGE_OUT_DIR }}/*.nupkg -k ${{ secrets.GH_PAT }} -s https://nuget.pkg.github.com/OWNER/index.json

0 comments on commit dc063cb

Please sign in to comment.