We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30cc826 + f8df6ee commit 8ec15adCopy full SHA for 8ec15ad
1 file changed
.github/workflows/version.yaml
@@ -42,6 +42,7 @@ jobs:
42
git checkout version-updates
43
fi
44
git commit -am "update ${{ github.event.client_payload.repo }} version to ${{ github.event.client_payload.tag }}"
45
+ if [ -z "$(git branch --list version-updates)" ]; git push --set-upstream origin version-updates
46
git push
47
48
0 commit comments