Skip to content

Commit

Permalink
update..
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 10, 2024
1 parent 8ddc757 commit bbb11a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-for-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions-ecosystem/action-release-label@v1
id: release-label

- run: echo "Release label is ${{ steps.release-label.outputs.level }}"

- 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 ) }}
Expand Down

0 comments on commit bbb11a5

Please sign in to comment.