Skip to content

Commit

Permalink
ci: fix incorrect commit message nad PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 9, 2022
1 parent 905c77f commit 599aba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
commit: 'chore: release prettier-plugin-svelte'
title: 'chore: release prettier-plugin-svelte'
commit: 'chore: release eslint-plugin-prettier'
title: 'chore: release eslint-plugin-prettier'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 599aba4

Please sign in to comment.