Skip to content

Commit 9a6bb6b

Browse files
authored
ci: disable npm publishing on release
1 parent 2ac694d commit 9a6bb6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
restore-keys: |
2020
${{ runner.os }}-node-
2121
- run: npm ci
22-
- run: npm publish --tag alpha
23-
env:
24-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
22+
# Disable publishing until release automation; enable ad-hoc with correct npm tag (alpha, beta)
23+
# - run: npm publish --tag alpha
24+
# env:
25+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2526
publish-docs:
2627
runs-on: ubuntu-18.04
2728
timeout-minutes: 30

0 commit comments

Comments
 (0)