Skip to content

Commit

Permalink
updated version of action-release-label.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 10, 2024
1 parent ee706b0 commit 0cfcbb6
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 @@ -20,7 +20,7 @@ jobs:
path: ./masterbranch

- name: Get release label
uses: actions-ecosystem/action-release-label@v1
uses: actions-ecosystem/action-release-label@v1.2.0
id: release-label

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

0 comments on commit 0cfcbb6

Please sign in to comment.