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 ac87a24 commit 0fcf38cCopy full SHA for 0fcf38c
.github/workflows/patch.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: echo "CURRENT_TAG=$CURRENT_TAG"
19
- name: Get commits count
20
run: echo "COMMIT_COUNT=${git rev-list --count $CURRENT_TAG..master}" >> $GITHUB_ENV
21
- - if: ${{ $COMMIT_COUNT >= 5 }}
+ - if: $COMMIT_COUNT >= 5
22
- name: Make a new tag
23
run: echo "$CURRENT_TAG" | awk 'BEGIN{FS=OFS="."} {$3+=1} 1'
24
0 commit comments