Skip to content

Commit 745501a

Browse files
authored
Update patch.yml
1 parent 98f632c commit 745501a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/patch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: echo "COMMIT_COUNT=${git rev-list --count $CURRENT_TAG..master}" >> $GITHUB_ENV
2121
- name: Check count
2222
if: ${{env.COMMIT_COUNT >= 5}}
23-
- name: Make a new tag
24-
run: echo "$CURRENT_TAG" | awk 'BEGIN{FS=OFS="."} {$3+=1} 1'
23+
with:
24+
name: Make a new tag
25+
run: echo "$CURRENT_TAG" | awk 'BEGIN{FS=OFS="."} {$3+=1} 1'
2526

2627

0 commit comments

Comments
 (0)