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 bc69324 commit 2d986feCopy full SHA for 2d986fe
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- run: yarn install
35
- run: yarn run build
36
- run: du -h dist/src/main.js
37
- - run: yarn publish --access public
+ - run: npm publish --access public
38
env:
39
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
40
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
0 commit comments