Skip to content

Commit 71292e9

Browse files
authored
add --skip-duulate to make the github job re-runnable (#64)
1 parent ea6167c commit 71292e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
name: nupkgs
7777
- name: Push to pkg.github.com
78-
run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }}
78+
run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }} --skip-duplicate
7979

8080
nuget:
8181
name: Deploy to NuGet

0 commit comments

Comments
 (0)