Skip to content

Commit 599aba4

Browse files
committed
ci: fix incorrect commit message nad PR title
1 parent 905c77f commit 599aba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: changesets
2727
uses: changesets/action@v1
2828
with:
29-
commit: 'chore: release prettier-plugin-svelte'
30-
title: 'chore: release prettier-plugin-svelte'
29+
commit: 'chore: release eslint-plugin-prettier'
30+
title: 'chore: release eslint-plugin-prettier'
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)