Skip to content

Commit 8404daf

Browse files
Use python-editor-v3-microbit 0.2.0-gray.ramp.63 in the build workflow
The gray-ramp build of the private theme (no gray override, so the family neutral ramp shows through) — required alongside @microbit/ui 0.0.0-gray.ramp.90: the previous private build still carried the old branded gray ramp, which merges last and would have overridden the new base with values the re-pointed call sites no longer expect.
1 parent d7f5e2e commit 8404daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: npm ci
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
- run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-experiment.rai.62 @microbit-foundation/website-deploy-aws@0.6.0 @microbit-foundation/website-deploy-aws-config@0.9.0 @microbit-foundation/circleci-npm-package-versioner@1
43+
- run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-gray.ramp.63 @microbit-foundation/website-deploy-aws@0.6.0 @microbit-foundation/website-deploy-aws-config@0.9.0 @microbit-foundation/circleci-npm-package-versioner@1
4444
if: github.repository_owner == 'microbit-foundation'
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)