Skip to content

Commit 4c7d3c3

Browse files
authored
fix workflow (#908)
* v3.7.2 * fix workflow * fix
1 parent 4dcf145 commit 4c7d3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ jobs:
8787
if: steps.check_tag.outputs.statusCode == '404'
8888
run: |
8989
dotnet pack -o out -c Release
90-
dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
90+
dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN} --skip-duplicate
9191
env:
9292
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)