Skip to content

Commit 35d8c72

Browse files
authored
Update build.yml
1 parent 5d6511e commit 35d8c72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
with:
7171
files: npm-release.tgz
7272

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 }}
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 }}
7878

7979
test:
8080
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)