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 03c4b84 commit f8ba4aeCopy full SHA for f8ba4ae
.github/workflows/push-github-actions.yml
@@ -45,7 +45,7 @@ jobs:
45
set -x &&
46
git for-each-ref &&
47
v1=FETCH_HEAD &&
48
- tag_name="$(git name-rev '--refs=refs/tags/v[0-9]*.[1-9]*' $v1)" &&
+ tag_name="$(git name-rev '--refs=refs/tags/v[0-9]*.[0-9]*' $v1)" &&
49
case "$tag_name" in
50
'') tag_name=v1.0;;
51
*) incr="${tag_name#* v1.}"; tag_name="v1.$((incr + 1))";;
0 commit comments