Skip to content

Commit 2d27f65

Browse files
committed
chore: remove duplicate tag prefix
Signed-off-by: qwq233 <[email protected]>
1 parent 9365fd1 commit 2d27f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
git config user.email "github-actions[bot]@users.noreply.github.com"
7373
7474
git add changelog.md update.json
75-
git commit -m "Update v${{ steps.release_info.outputs.tag_name }}"
76-
git push origin changelog -f
75+
git commit -m "Update ${{ steps.release_info.outputs.tag_name }}"
76+
git push origin changelog -f

0 commit comments

Comments
 (0)