Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masanorihirano committed Jun 28, 2023
1 parent 13152d0 commit b5e90c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git commit -m "Release vanilla-${{ steps.get_version.outputs.TAG }}"
git tag -a "vanilla-${{ steps.get_version.outputs.TAG }}" -m " "
git tag -a "${{ steps.get_version.outputs.TAG }}" -m " "
git push
git push origin ${{ steps.get_version.outputs.TAG }}
Expand Down

0 comments on commit b5e90c7

Please sign in to comment.