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: | restore-keys: |
${{ runner.os }}-node- ${{ runner.os }}-node-
- run: npm ci - run: npm ci
- run: npm publish --tag alpha # Disable publishing until release automation; enable ad-hoc with correct npm tag (alpha, beta)
env: # - run: npm publish --tag alpha
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} # env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-docs: publish-docs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
timeout-minutes: 30 timeout-minutes: 30