mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: restore npm release script
This commit is contained in:
parent
38c40ed304
commit
73585f0262
1 changed files with 5 additions and 5 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -21,11 +21,11 @@ jobs:
|
|||
run: yarn code:build
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
# - name: Publish
|
||||
# run: sh scripts/publish.sh
|
||||
# env:
|
||||
# REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
|
||||
# REGISTRY_URL: registry.npmjs.org
|
||||
- name: Publish
|
||||
run: sh scripts/publish.sh
|
||||
env:
|
||||
REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
|
||||
REGISTRY_URL: registry.npmjs.org
|
||||
- name: Create release notes
|
||||
run: sh scripts/github-release.sh
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue