Skip to content

Commit a6d4268

Browse files
committed
fix release not yarn
1 parent 6091f1f commit a6d4268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: changesets
2525
uses: changesets/action@v1
2626
with:
27-
publish: yarn release
27+
publish: npm run release
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)