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 c66ddcb commit 6849d88Copy full SHA for 6849d88
.github/workflows/release.yml
@@ -10,9 +10,8 @@ jobs:
10
- uses: actions/setup-node@v2
11
with:
12
registry-url: 'https://registry.npmjs.org'
13
- - run: npm install --no-save
14
- - run: npm run build
+ - run: yarn
15
- name: Publish to npm
16
- run: npm publish
+ run: yarn publish
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments