Skip to content

Commit 0d613cd

Browse files
Upgrade deploy script with GitHub actions fixes (#1094)
1 parent 103a8e0 commit 0d613cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: npm ci
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
- run: npm install --no-save @microbit-foundation/[email protected] @microbit-foundation/[email protected] @microbit-foundation/[email protected].0 @microbit-foundation/circleci-npm-package-versioner@1
39+
- run: npm install --no-save @microbit-foundation/[email protected] @microbit-foundation/[email protected] @microbit-foundation/[email protected].1 @microbit-foundation/circleci-npm-package-versioner@1
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
- run: node ./bin/print-ci-env-stage.js >> $GITHUB_ENV

0 commit comments

Comments
 (0)