Skip to content

Commit 56e116a

Browse files
chore: fix changeset action command
1 parent 8dbc8e9 commit 56e116a

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create Release PR or Publish
3434
uses: changesets/[email protected]
3535
with:
36-
publish: npm run changeset publish
36+
publish: npx changeset publish
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)