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 5d6511e commit 35d8c72Copy full SHA for 35d8c72
.github/workflows/build.yml
@@ -70,11 +70,11 @@ jobs:
70
with:
71
files: npm-release.tgz
72
73
- - name: Publish to NPM registry
74
- working-directory: _npm-release
75
- run: npm publish --access=public .
76
- env:
77
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ # - name: Publish to NPM registry
+ # working-directory: _npm-release
+ # run: npm publish --access=public .
+ # env:
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
78
79
test:
80
runs-on: ${{ matrix.os }}
0 commit comments