We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c0144 commit d09a72aCopy full SHA for d09a72a
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
run: dotnet pack dotMap/dotMap.csproj -c Release
73
74
- name: Publish to nuget.org
75
- run: dotnet nuget push dotMap/bin/Release/dotMap.${{env.release-version}}.nupkg --api-key "${{secrets.NUGET_API_KEY}}" --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push dotMap/bin/Release/dotMap.${{env.release-version}}.nupkg --api-key "${{secrets.NUGET_API_KEY}}" --source https://api.nuget.org/v3/index.json
76
77
- name: Publish artifacts
78
uses: actions/upload-artifact@v4
0 commit comments