ci: disable npm publishing on release
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user