Skip to content

Commit

Permalink
Upgrade deploy script with GitHub actions fixes (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon authored Jan 19, 2023

Verified

This commit was signed with the committer’s verified signature.
kisepichu きせ
1 parent 103a8e0 commit 0d613cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- 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
- 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
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: node ./bin/print-ci-env-stage.js >> $GITHUB_ENV

0 comments on commit 0d613cd

Please sign in to comment.