Skip to content

Commit 4c84586

Browse files
committed
build(release): use yarn for semantic-release
1 parent 1058f15 commit 4c84586

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: "16.x"
17-
- run: npm install
18-
- run: npm run check
19-
- run: npm run library:build
20-
- run: npm run semantic-release
16+
node-version: '16.x'
17+
- run: yarn install
18+
- run: yarn run check
19+
- run: yarn run library:build
20+
- run: yarn run semantic-release
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)