Skip to content

Commit

Permalink
Merge pull request #437 from ShotaKitazawa/fix
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
ShotaKitazawa authored Jan 21, 2024
2 parents 0bdc8ed + 67eb700 commit d6ddf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag-when-pr-was-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
git config user.name "GitHub Action"
git commit -m "update manifests"
git push origin HEAD
git push ${{ steps.bump-semver.outputs.new_version }}
git tag ${{ steps.bump-semver.outputs.new_version }}
git push origin ${{ steps.bump-semver.outputs.new_version }}

0 comments on commit d6ddf6c

Please sign in to comment.