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

Commit 11791f2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
version: 12.x
2121

2222
- name: Install Dependencies
23-
run: yarn --frozen-lockfile
23+
run: npm i
2424

2525
- name: Create Release Pull Request or Publish to npm
2626
uses: changesets/action@master
2727
with:
28-
publish: yarn release
28+
publish: npm release
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)