We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 353d30d + 797f1ba commit 50b46eaCopy full SHA for 50b46ea
1 file changed
.github/workflows/nuget-push-to-esdm-nexus.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
if [[ "${{ github.ref }}" != "refs/heads/master" ]]; then
18
echo "Branch is not master, exiting."
19
- exit 0
+ exit 1
20
fi
21
- name: Setup NuGet
22
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