We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81fc3b commit 3a6cc3aCopy full SHA for 3a6cc3a
.github/workflows/deploy.yml
@@ -54,6 +54,6 @@ jobs:
54
echo ${{ steps.get_version_tag.outputs.SOURCE_TAG }}
55
56
- name: SKIP - Publish/Deploy to Git and Maven Central
57
- if: ${{ steps.new_release.outputs.NEW_RELEASE == 0}}
+ if: ${{ steps.new_release.outputs.NEW_RELEASE == 1}}
58
run: |
59
echo -e "\nSkipping a deployment with the script provider because this is not a tagged branch (vx.x.x) - ${GITHUB_REF}\n"
0 commit comments