Skip to content

Commit

Permalink
typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 10, 2024
1 parent fc54fbd commit 4ecd25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Verify that a release label exists on the PR
#if: ${{ ! ( contains(github.event.pull_request.labels.*.name, 'release/patch') || contains(github.event.pull_request.labels.*.name, 'release/minor') || contains(github.event.pull_request.labels.*.name, 'release/major') || contains(github.event.pull_request.labels.*.name, 'release/skip') ) }}
if: ${{ ! ( steps.release-label.outputs.level == null ) }}}
if: ${{ ! ( steps.release-label.outputs.level == null ) }}
run: echo "Please label your PR with a release label" && exit 1

# ensure changelog.txt has been updated in this PR by comparing it to the one in the master branch
Expand Down

0 comments on commit 4ecd25a

Please sign in to comment.