Skip to content

Commit 383b9fe

Browse files
committed
Fix release script
1 parent a386b1a commit 383b9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: changesets
2929
uses: changesets/action@v1
3030
with:
31-
publish: npm release
31+
publish: npm run release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)