Skip to content

Commit 643cfb1

Browse files
authored
Update patch.yml
1 parent 2b362af commit 643cfb1

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
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "currentTag=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_OUTPUT
2222
- id: step2
2323
run: echo "commitCount=`echo $(git rev-list --count $CURRENT_TAG..master)`" >> $GITHUB_OUTPUT
24-
- if: setup-outputs.outputs.commitCount >= 5
24+
- if: steps.step2.outputs.commitCount >= 5
2525
id: step3
2626
run: echo "newTag=echo $outputs.current-tag | awk 'BEGIN{FS=OFS="."} {$3+=1} 1'" >> $GITHUB_OUTPUT
2727
- name: Environments

0 commit comments

Comments
 (0)