mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
chore: fix docker publish
This commit is contained in:
parent
82c5c4eb32
commit
4a8551dcf2
2 changed files with 7 additions and 7 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -13,8 +13,8 @@ on:
|
|||
- 'yarn.lock'
|
||||
branches:
|
||||
- '**'
|
||||
# tags:
|
||||
# - 'v*'
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
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…
Add table
Reference in a new issue