Skip to content

Commit 50b46ea

Browse files
committed
Merge branch 'master' into develop
2 parents 353d30d + 797f1ba commit 50b46ea

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)