Skip to content

Commit

Permalink
Fix invalid reference to env
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Aug 9, 2022
1 parent f430229 commit 1ecbece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
update_tag:
name: Bump major to ${{ env.TAG_NAME }} tag
name: Bump major to ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} tag
runs-on: ubuntu-latest
steps:
- name: ⬆ bump to ${{ env.TAG_NAME }}
Expand Down

0 comments on commit 1ecbece

Please sign in to comment.