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 e8798d9 commit e45a789Copy full SHA for e45a789
.github/workflows/test.yml
@@ -38,6 +38,8 @@ jobs:
38
with:
39
node-version: 12
40
registry-url: https://registry.npmjs.org/
41
+ - run: npm i -g yarn
42
+ - run: yarn --frozen-lockfile
43
- run: npx semantic-release@17
44
env:
45
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments