File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 path : ./docs/build
2525
2626 deploy :
27- if : ${{ startsWith(github.ref, 'refs/tags/') }}
27+ if : false
2828 permissions :
2929 pages : write
3030 id-token : write
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : " 20.x"
19- registry-url : ' https://registry.npmjs.org'
19+ registry-url : " https://registry.npmjs.org"
2020 cache : npm
2121 - uses : microbit-foundation/npm-package-versioner-action@v1
2222 - run : npm ci
2323 env :
2424 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 - run : npm run ci
26- - run : npm publish
26+ - run : npm publish --tag apps
2727 if : github.event_name == 'release' && github.event.action == 'created'
2828 env :
2929 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments