Skip to content

Commit 6ae045f

Browse files
Apps branch for experimentation
1 parent c01107d commit 6ae045f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)