|
5 | 5 | types: [published] |
6 | 6 |
|
7 | 7 | jobs: |
8 | | - # ci: |
9 | | - # uses: ./.github/workflows/ci.yml |
| 8 | + ci: |
| 9 | + uses: ./.github/workflows/ci.yml |
10 | 10 | cd: |
11 | | - # needs: |
12 | | - # - ci |
| 11 | + needs: |
| 12 | + - ci |
13 | 13 | runs-on: ubuntu-latest |
14 | 14 | steps: |
15 | 15 | - name: Debug info |
@@ -75,25 +75,25 @@ jobs: |
75 | 75 | - name: Build packages |
76 | 76 | run: npm run build |
77 | 77 |
|
78 | | - # - name: Publish scratch-svg-renderer |
79 | | - # run: npm publish --access=public --workspace=@scratch/scratch-svg-renderer |
80 | | - # env: |
81 | | - # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
82 | | - |
83 | | - # - name: Publish scratch-render |
84 | | - # run: npm publish --access=public --workspace=@scratch/scratch-render |
85 | | - # env: |
86 | | - # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
87 | | - |
88 | | - # - name: Publish scratch-vm |
89 | | - # run: npm publish --access=public --workspace=@scratch/scratch-vm |
90 | | - # env: |
91 | | - # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
92 | | - |
93 | | - # - name: Publish scratch-gui |
94 | | - # run: npm publish --access=public --workspace=@scratch/scratch-gui |
95 | | - # env: |
96 | | - # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
| 78 | + - name: Publish scratch-svg-renderer |
| 79 | + run: npm publish --access=public --workspace=@scratch/scratch-svg-renderer |
| 80 | + env: |
| 81 | + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
| 82 | + |
| 83 | + - name: Publish scratch-render |
| 84 | + run: npm publish --access=public --workspace=@scratch/scratch-render |
| 85 | + env: |
| 86 | + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
| 87 | + |
| 88 | + - name: Publish scratch-vm |
| 89 | + run: npm publish --access=public --workspace=@scratch/scratch-vm |
| 90 | + env: |
| 91 | + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
| 92 | + |
| 93 | + - name: Publish scratch-gui |
| 94 | + run: npm publish --access=public --workspace=@scratch/scratch-gui |
| 95 | + env: |
| 96 | + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
97 | 97 |
|
98 | 98 | - name: Push to develop |
99 | 99 | shell: bash |
|
0 commit comments