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 d2bfd51 commit da0d508Copy full SHA for da0d508
.github/workflows/publish-package-to-npmjs.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: '16.x'
15
registry-url: 'https://registry.npmjs.org'
16
- - run: yarn ci
+ - run: yarn
17
- run: yarn publish
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments