Skip to content

Commit b8a99b6

Browse files
committed
Action update
1 parent 9d15a4e commit b8a99b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: dotnet nuget add source --username ZippyNeuron --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name GitHub "https://nuget.pkg.github.com/ZippyNeuron/index.json"
2929

3030
- name: Publish Nuget Package
31-
run: dotnet nuget push "src/ZippyNeuron.Metarwiz/bin/Release/*.nupkg" --api-key ${{ secrets.PACKAGE_WRITE_TOKEN }} --source "GitHub"
31+
run: dotnet nuget push "src/ZippyNeuron.Metarwiz/bin/Release/*.nupkg" --api-key ${{ secrets.PACKAGE_WRITE_TOKEN }} --source "GitHub" --skip-duplicate
3232

0 commit comments

Comments
 (0)