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 795c7f4 commit 2f85b18Copy full SHA for 2f85b18
.github/workflows/pre-release.yml
@@ -43,9 +43,9 @@ jobs:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: early exit if release-apply is not present
46
- if: steps.check_label.outputs.release_apply == 'false'
+ if: steps.check_label.outputs.release_apply == 'true'
47
run: |
48
- echo "The pull request is merged and does not have the 'release-apply' label. Existing with success"
+ echo "The pull request is merged and has the 'release-apply' label. Existing with success"
49
exit 0
50
51
- name: determine version increment
0 commit comments