Skip to content

Commit

Permalink
Merge pull request #62 from ptr727/develop
Browse files Browse the repository at this point in the history
Dummy nuget token when not pushing
  • Loading branch information
ptr727 authored Jun 20, 2023
2 parents 2e754c2 + c12b843 commit 840c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildPublishPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: >-
dotnet nuget push ${{ github.workspace }}/Publish/*.nupkg
--source https://api.nuget.org/v3/index.json
--api-key ${{ secrets.NUGET_API_KEY}}
--api-key ${{ env.dopush && secrets.NUGET_API_KEY || 'foo' }}
--skip-duplicate
# Publish to GitHub NuGet Registry
Expand Down

0 comments on commit 840c5d7

Please sign in to comment.