We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6471f4 commit d73cd87Copy full SHA for d73cd87
.github/workflows/release-action.yml
@@ -57,7 +57,7 @@ jobs:
57
TAG=$(git describe --tags --abbrev=0) # Works since vX.Y.Z tags are annotated and won't pick the vX tags, which are not
58
echo "tag=${TAG}" >> $GITHUB_OUTPUT # saved as output of the step
59
- name: ⏫ Push changes to GitHub
60
- uses: ad-m/github-push-action@v0.6.0
+ uses: ad-m/github-push-action@v0.8.0
61
with:
62
github_token: ${{ secrets.GITHUB_TOKEN }}
63
branch: master
0 commit comments