Skip to content

Commit 9030d5c

Browse files
committed
ci: temporarily disable publishing to NPM
1 parent 6e4f7bb commit 9030d5c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/publish.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@ jobs:
4040
- name: Build packages
4141
run: npm run build
4242

43-
- name: Publish scratch-svg-renderer
44-
run: npm publish --access=public --workspace=@scratch/scratch-svg-renderer
45-
env:
46-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
47-
48-
- name: Publish scratch-render
49-
run: npm publish --access=public --workspace=@scratch/scratch-render
50-
env:
51-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52-
53-
- name: Publish scratch-vm
54-
run: npm publish --access=public --workspace=@scratch/scratch-vm
55-
env:
56-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
57-
58-
- name: Publish scratch-gui
59-
run: npm publish --access=public --workspace=@scratch/scratch-gui
60-
env:
61-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
43+
# - name: Publish scratch-svg-renderer
44+
# run: npm publish --access=public --workspace=@scratch/scratch-svg-renderer
45+
# env:
46+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
47+
48+
# - name: Publish scratch-render
49+
# run: npm publish --access=public --workspace=@scratch/scratch-render
50+
# env:
51+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52+
53+
# - name: Publish scratch-vm
54+
# run: npm publish --access=public --workspace=@scratch/scratch-vm
55+
# env:
56+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
57+
58+
# - name: Publish scratch-gui
59+
# run: npm publish --access=public --workspace=@scratch/scratch-gui
60+
# env:
61+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6262

6363
- name: Push to develop
6464
shell: bash

0 commit comments

Comments
 (0)