Skip to content

Commit 0fcf38c

Browse files
authored
Update patch.yml
1 parent ac87a24 commit 0fcf38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: echo "CURRENT_TAG=$CURRENT_TAG"
1919
- name: Get commits count
2020
run: echo "COMMIT_COUNT=${git rev-list --count $CURRENT_TAG..master}" >> $GITHUB_ENV
21-
- if: ${{ $COMMIT_COUNT >= 5 }}
21+
- if: $COMMIT_COUNT >= 5
2222
- name: Make a new tag
2323
run: echo "$CURRENT_TAG" | awk 'BEGIN{FS=OFS="."} {$3+=1} 1'
2424

0 commit comments

Comments
 (0)