Skip to content

Commit 657bb5e

Browse files
committed
Update nuget-push-to-esdm-nexus.yml
1 parent c83be12 commit 657bb5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nuget-push-to-esdm-nexus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Manual NuGet Push to ESDM Nexus
22

33
on:
44
workflow_dispatch:
5-
branches: [ "develop" ]
5+
branches: [ "develop" ]
66

77
jobs:
88
push-nuget:
@@ -31,4 +31,5 @@ jobs:
3131
echo "Found packages: $PACKAGES"
3232
for PACKAGE in $PACKAGES; do
3333
echo "Pushing $PACKAGE"
34+
dotnet nuget push "$PACKAGE" --source ${{ secrets.ESDM_NUGET_HOSTED_URL }} --skip-duplicate
3435
done

0 commit comments

Comments
 (0)