Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit d2b2a55

Browse files
authored
Update release.yml
1 parent 11791f2 commit d2b2a55

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create Release Pull Request or Publish to npm
2626
uses: changesets/action@master
2727
with:
28-
publish: npm release
28+
publish: npm run release
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)