Skip to content

Commit 203a66c

Browse files
committed
fix: release command in workflow
1 parent 49ae903 commit 203a66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Release
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
run: npx run release:perform
52+
run: npm run release:perform
5353
- id: push
5454
name: Push
5555
run: npm run push

0 commit comments

Comments
 (0)