Skip to content

Commit d73cd87

Browse files
chore(deps): bump ad-m/github-push-action from 0.6.0 to 0.8.0
Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](ad-m/github-push-action@v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6471f4 commit d73cd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
TAG=$(git describe --tags --abbrev=0) # Works since vX.Y.Z tags are annotated and won't pick the vX tags, which are not
5858
echo "tag=${TAG}" >> $GITHUB_OUTPUT # saved as output of the step
5959
- name: ⏫ Push changes to GitHub
60-
uses: ad-m/github-push-action@v0.6.0
60+
uses: ad-m/github-push-action@v0.8.0
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
branch: master

0 commit comments

Comments
 (0)