Skip to content

Commit 9beb29c

Browse files
committed
Fix old yarn reference in GHA
1 parent 54b7321 commit 9beb29c

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
@@ -30,7 +30,7 @@ jobs:
3030
id: changesets
3131
uses: changesets/action@v1
3232
with:
33-
publish: corepack yarn release:local
33+
publish: corepack npm run release:local
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)