Skip to content

Commit 365373c

Browse files
committed
ci: fix release commit message
1 parent 3e8ba2d commit 365373c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config user.name "github-actions"
3232
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3333
git add package.json
34-
git commit -m "chore(deps): Update to ${{ steps.nextVersion.outputs.nextTag }}."
34+
git commit -m "release: ${{ steps.nextVersion.outputs.nextTag }}."
3535
git push
3636
commitish=$(git rev-parse HEAD)
3737
echo ::set-output name=commitish::${commitish}

0 commit comments

Comments
 (0)