Skip to content

Commit 5aa2727

Browse files
committed
ci: re-enable publish steps that were disabled for testing purposes
1 parent 8408a2a commit 5aa2727

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/publish.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
types: [published]
66

77
jobs:
8-
# ci:
9-
# uses: ./.github/workflows/ci.yml
8+
ci:
9+
uses: ./.github/workflows/ci.yml
1010
cd:
11-
# needs:
12-
# - ci
11+
needs:
12+
- ci
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Debug info
@@ -75,25 +75,25 @@ jobs:
7575
- name: Build packages
7676
run: npm run build
7777

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}}
9797

9898
- name: Push to develop
9999
shell: bash

0 commit comments

Comments
 (0)