We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9365fd1 commit 2d27f65Copy full SHA for 2d27f65
.github/workflows/changelog-generator.yml
@@ -72,5 +72,5 @@ jobs:
72
git config user.email "github-actions[bot]@users.noreply.github.com"
73
74
git add changelog.md update.json
75
- git commit -m "Update v${{ steps.release_info.outputs.tag_name }}"
76
- git push origin changelog -f
+ git commit -m "Update ${{ steps.release_info.outputs.tag_name }}"
+ git push origin changelog -f
0 commit comments