Skip to content

Commit ddf60c1

Browse files
committed
ci: fix release script
1 parent 866c80a commit ddf60c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Build
4040
run: npm run build
4141

42-
- name: Relase
43-
run: npm run release
42+
- name: Release
43+
run: npm run publish
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)