Skip to content

Commit

Permalink
Update Release workflow with correct event reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Apr 2, 2021
1 parent 4fc465b commit fc66e1e
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 @@ -15,7 +15,7 @@ jobs:

steps:
- name: Ensure tag is in format v*.*.*
run: "[[ ${{ github.event.tag_name }} == v*.*.* ]]"
run: "[[ ${{ github.event.release.tag_name }} == v*.*.* ]]"

- name: Get the version
id: get_version
Expand Down

0 comments on commit fc66e1e

Please sign in to comment.