We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fc465b + fc66e1e commit 48d9304Copy full SHA for 48d9304
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Ensure tag is in format v*.*.*
18
- run: "[[ ${{ github.event.tag_name }} == v*.*.* ]]"
+ run: "[[ ${{ github.event.release.tag_name }} == v*.*.* ]]"
19
20
- name: Get the version
21
id: get_version
0 commit comments