We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1058f15 commit 4c84586Copy full SHA for 4c84586
.github/workflows/release.yml
@@ -13,11 +13,11 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v2
15
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
+ node-version: '16.x'
+ - run: yarn install
+ - run: yarn run check
+ - run: yarn run library:build
+ - run: yarn run semantic-release
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments