Skip to content

Commit d09a72a

Browse files
authored
Update release.yml
1 parent 49c0144 commit d09a72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: dotnet pack dotMap/dotMap.csproj -c Release
7373

7474
- 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
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
7676

7777
- name: Publish artifacts
7878
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)