Skip to content

Commit e26b0f2

Browse files
committed
fix(ci): fix nuget publish
1 parent 82fbb78 commit e26b0f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Push to nuget
2222
run: |
2323
cd Micro.Auth.Sdk
24-
dotnet nuget push ./bin/Release/Micro.Auth.Sdk* -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
24+
dotnet nuget push ./bin/Release/Micro.Auth.Sdk* -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)