ci: disable npm publishing on release

This commit is contained in:
Manuel
2021-10-13 03:03:09 +02:00
committed by GitHub
parent 2ac694d309
commit 9a6bb6b1ef

View File

@@ -19,9 +19,10 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- run: npm publish --tag alpha
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# Disable publishing until release automation; enable ad-hoc with correct npm tag (alpha, beta)
# - run: npm publish --tag alpha
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-docs:
runs-on: ubuntu-18.04
timeout-minutes: 30