Skip to content

Commit 797f1ba

Browse files
committed
Update nuget-push-to-esdm-nexus.yml
1 parent feb9f83 commit 797f1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
if [[ "${{ github.ref }}" != "refs/heads/master" ]]; then
1818
echo "Branch is not master, exiting."
19-
exit 0
19+
exit 1
2020
fi
2121
- name: Setup NuGet
2222
run: dotnet nuget add source ${{ secrets.NUGET_SOURCE_URL }} -u ${{ secrets.NUGET_USERNAME }} -p ${{ secrets.NUGET_PASSWORD }} --store-password-in-clear-text --name esdm-nexus

0 commit comments

Comments
 (0)