We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21d143 commit 7ca5d58Copy full SHA for 7ca5d58
1 file changed
.github/workflows/publish-nuget.yml
@@ -27,5 +27,6 @@ jobs:
27
$(find ${{ github.workspace }}/artifacts/packages/*.nupkg ! -name "*.symbols.nupkg")
28
--source https://api.nuget.org/v3/index.json
29
--api-key $NUGET_API_KEY
30
+ --skip-duplicate
31
env:
- 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