Skip to content

Commit f8ba4ae

Browse files
committed
fixup! Add a workflow to push the GitHub Actions
1 parent 03c4b84 commit f8ba4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
set -x &&
4646
git for-each-ref &&
4747
v1=FETCH_HEAD &&
48-
tag_name="$(git name-rev '--refs=refs/tags/v[0-9]*.[1-9]*' $v1)" &&
48+
tag_name="$(git name-rev '--refs=refs/tags/v[0-9]*.[0-9]*' $v1)" &&
4949
case "$tag_name" in
5050
'') tag_name=v1.0;;
5151
*) incr="${tag_name#* v1.}"; tag_name="v1.$((incr + 1))";;

0 commit comments

Comments
 (0)