We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103a8e0 commit 0d613cdCopy full SHA for 0d613cd
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
- run: npm ci
37
env:
38
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
+ - 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
40
41
42
- run: node ./bin/print-ci-env-stage.js >> $GITHUB_ENV
0 commit comments