@@ -40,25 +40,25 @@ jobs:
40
40
- name : Build packages
41
41
run : npm run build
42
42
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}}
62
62
63
63
- name : Push to develop
64
64
shell : bash
0 commit comments