Skip to content

Commit 2f85b18

Browse files
author
ranchodeluxe
committed
gate on release-apply label
1 parent 795c7f4 commit 2f85b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: early exit if release-apply is not present
46-
if: steps.check_label.outputs.release_apply == 'false'
46+
if: steps.check_label.outputs.release_apply == 'true'
4747
run: |
48-
echo "The pull request is merged and does not have the 'release-apply' label. Existing with success"
48+
echo "The pull request is merged and has the 'release-apply' label. Existing with success"
4949
exit 0
5050
5151
- name: determine version increment

0 commit comments

Comments
 (0)