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 d963294 commit 6408e80
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 @@ -23,7 +23,7 @@ jobs:
uses: actions-ecosystem/[email protected]
id: release-label

- run: echo "Release labels has skip: ${{ contains(github.event.pull_request.labels.*.name, 'release/skip') }}"
- run: echo "Release labels has skip: ${{ github.event.pull_request.labels }}"

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

Expand Down

0 comments on commit 6408e80

Please sign in to comment.