Skip to content

Commit 48d9304

Browse files
authored
Merge pull request #4 from python-discord/tag-name-validation-fix
2 parents 4fc465b + fc66e1e commit 48d9304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

2020
- name: Get the version
2121
id: get_version

0 commit comments

Comments
 (0)