Skip to content

Commit 2d986fe

Browse files
committed
Run publish step with npm
1 parent bc69324 commit 2d986fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: yarn install
3535
- run: yarn run build
3636
- run: du -h dist/src/main.js
37-
- run: yarn publish --access public
37+
- run: npm publish --access public
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4040
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)