Skip to content

Commit 43e6d13

Browse files
committed
[ci] Disable npm publish for now
I can’t get it to work.
1 parent 4a1da6f commit 43e6d13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
with:
8080
name: wasm
8181

82-
- name: Setup Node.js
83-
uses: actions/setup-node@v6
84-
with:
85-
node-version: '24'
86-
registry-url: 'https://registry.npmjs.org'
87-
- name: Publish on NPM
88-
run: npm publish
82+
# - name: Setup Node.js
83+
# uses: actions/setup-node@v6
84+
# with:
85+
# node-version: '24'
86+
# registry-url: 'https://registry.npmjs.org'
87+
# - name: Publish on NPM
88+
# run: npm publish
8989

9090
- name: Check for release
9191
id: create_release

0 commit comments

Comments
 (0)