Skip to content

Commit 9a1f490

Browse files
chore: fix release workflow
1 parent 92aafe7 commit 9a1f490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet pack -c Release --nologo --no-build
3232

3333
- name: Push to NuGet
34-
run: dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} **/*.nupkg
34+
run: dotnet nuget push --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} src/TimeZoneNames/**/*.nupkg
3535

3636
- name: Archive Artifacts
3737
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)