Skip to content

Commit 250d861

Browse files
authored
fix release (#9)
1 parent 3e450b5 commit 250d861

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
@@ -30,8 +30,8 @@ jobs:
3030
with:
3131
title: 'Upcoming Release'
3232
commit: 'chore(release): version bump'
33-
publish: npm run publish
34-
version: npm run version
33+
publish: npm run ci:publish
34+
version: npm run ci:version
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)