Skip to content

Commit

Permalink
ci: amend commit and title text
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Sep 5, 2022
1 parent 152f85e commit 9b06bef
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 @@ -32,8 +32,8 @@ jobs:
- name: Create Release Pull Request or Publish to NPM
uses: changesets/action@v1
with:
commit: '[ci] release'
title: '[ci] release'
commit: 'chore(release): [ci] release'
title: 'chore(release): [ci] release'
version: pnpm exec changeset version
publish: pnpm exec changeset publish
env:
Expand Down

0 comments on commit 9b06bef

Please sign in to comment.