Skip to content

Commit 7ca5d58

Browse files
sd-ststainless-app[bot]
authored andcommitted
chore(internal): fix publishing flow to ignore duplicate package versions (#122)
1 parent c21d143 commit 7ca5d58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
$(find ${{ github.workspace }}/artifacts/packages/*.nupkg ! -name "*.symbols.nupkg")
2828
--source https://api.nuget.org/v3/index.json
2929
--api-key $NUGET_API_KEY
30+
--skip-duplicate
3031
env:
31-
NUGET_API_KEY: ${{ secrets.ANTHROPIC_NUGET_API_KEY || secrets.NUGET_API_KEY }}
32+
NUGET_API_KEY: ${{ secrets.ANTHROPIC_NUGET_API_KEY || secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)