Skip to content

Commit 3796000

Browse files
authored
chore(release): fix release workflow (#7)
1 parent bae0284 commit 3796000

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
@@ -28,8 +28,8 @@ jobs:
2828
id: changesets
2929
uses: changesets/action@v1
3030
with:
31-
title: 'Release'
32-
commit: 'chore(release): version bump [skip ci]'
31+
title: 'Upcoming Release'
32+
commit: 'chore(release): version bump'
3333
publish: npm run publish
3434
version: npm run version
3535
env:

0 commit comments

Comments
 (0)