Skip to content

Commit 4f76b36

Browse files
authored
Update release.yml (#40)
1 parent 2250ed3 commit 4f76b36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
name: npm-package
4545
path: "*.tgz"
4646

47-
- name: Publish to npm
48-
run: npm publish --access public
49-
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
# - name: Publish to npm
48+
# run: npm publish --access public
49+
# env:
50+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5151

5252
release:
5353
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)