Skip to content

Commit 59b527f

Browse files
Update ad-m/github-push-action action to v0.8.0
1 parent da9af01 commit 59b527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/craft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- run: git commit -F release-${{ matrix.version }}-changelog.md
133133
- run: git tag -F release-${{ matrix.version }}-changelog.md ${{ matrix.version }}
134134
- name: Push changes
135-
uses: ad-m/github-push-action@v0.6.0
135+
uses: ad-m/github-push-action@v0.8.0
136136
with:
137137
tags: true
138138
branch: release/${{ matrix.version }}

0 commit comments

Comments
 (0)