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 92930b2 commit 6d3ad58Copy full SHA for 6d3ad58
.github/workflows/publish.yml
@@ -15,6 +15,6 @@ jobs:
15
run: yarn install
16
- name: Build
17
run: yarn run build
18
- - run: yarn publish
+ - run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments