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 d687053 commit 98f632cCopy full SHA for 98f632c
.github/workflows/patch.yml
@@ -18,6 +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
+ - name: Check count
22
if: ${{env.COMMIT_COUNT >= 5}}
23
- name: Make a new tag
24
run: echo "$CURRENT_TAG" | awk 'BEGIN{FS=OFS="."} {$3+=1} 1'
0 commit comments