Skip to content

Commit

Permalink
ci(gh-actions): run nuget push with --skip-duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Sep 18, 2023
1 parent 75ce518 commit 802c95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
do
dotnet nuget push ./$project/.bin/Lib9c.*.nupkg \
--api-key "$NUGET_API_KEY" \
--skip-duplicate \
--source https://api.nuget.org/v3/index.json
done
fi
Expand Down

0 comments on commit 802c95f

Please sign in to comment.