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.
1 parent dfa2ec8 commit bf5ba3bCopy full SHA for bf5ba3b
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
# Get tag name from event
35
tag_name="${{ github.event.release.tag_name }}"
36
37
- if [[ ! "$tag_name" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
+ if [[ ! "$tag_name" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
38
cd $(echo $tag_name | rev | cut -d'/' -f2- | rev)
39
fi
40
0 commit comments