Skip to content

Commit

Permalink
Merge pull request #4 from python-discord/tag-name-validation-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 authored Apr 2, 2021
2 parents 4fc465b + fc66e1e commit 48d9304
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 48d9304

Please sign in to comment.