Skip to content

Commit

Permalink
fix(ci): fix nuget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed May 23, 2021
1 parent 82fbb78 commit e26b0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Push to nuget
run: |
cd Micro.Auth.Sdk
dotnet nuget push ./bin/Release/Micro.Auth.Sdk* -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
dotnet nuget push ./bin/Release/Micro.Auth.Sdk* -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit e26b0f2

Please sign in to comment.