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.
2 parents 2ce6464 + 59b527f commit 6bbf331Copy full SHA for 6bbf331
.github/workflows/craft-release.yaml
@@ -132,7 +132,7 @@ jobs:
132
- run: git commit -F release-${{ matrix.version }}-changelog.md
133
- run: git tag -F release-${{ matrix.version }}-changelog.md ${{ matrix.version }}
134
- name: Push changes
135
- uses: ad-m/github-push-action@v0.6.0
+ uses: ad-m/github-push-action@v0.8.0
136
with:
137
tags: true
138
branch: release/${{ matrix.version }}
0 commit comments