Skip to content

Commit 1339dbf

Browse files
Disable npm publish step in release workflow
Comment out the npm publish step in the release workflow.
1 parent 50a05b1 commit 1339dbf

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
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
CI: 'true'
4040

41-
- name: Publish to npm
42-
run: npm publish
43-
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41+
#- name: Publish to npm
42+
# run: npm publish
43+
# env:
44+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)