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 2b362af commit 643cfb1Copy full SHA for 643cfb1
.github/workflows/patch.yml
@@ -21,7 +21,7 @@ jobs:
21
run: echo "currentTag=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_OUTPUT
22
- id: step2
23
run: echo "commitCount=`echo $(git rev-list --count $CURRENT_TAG..master)`" >> $GITHUB_OUTPUT
24
- - if: setup-outputs.outputs.commitCount >= 5
+ - if: steps.step2.outputs.commitCount >= 5
25
id: step3
26
run: echo "newTag=echo $outputs.current-tag | awk 'BEGIN{FS=OFS="."} {$3+=1} 1'" >> $GITHUB_OUTPUT
27
- name: Environments
0 commit comments