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 2420734 commit 4e0da1bCopy full SHA for 4e0da1b
.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: ${{env.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