Skip to content

Commit

Permalink
chore(release): fix release workflow (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodge authored Aug 2, 2024
1 parent bae0284 commit 3796000
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 @@ -28,8 +28,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: 'Release'
commit: 'chore(release): version bump [skip ci]'
title: 'Upcoming Release'
commit: 'chore(release): version bump'
publish: npm run publish
version: npm run version
env:
Expand Down

0 comments on commit 3796000

Please sign in to comment.