mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: fix docker publish
This commit is contained in:
parent
82c5c4eb32
commit
4a8551dcf2
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -13,8 +13,8 @@ on:
|
|||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
# tags:
|
tags:
|
||||||
# - 'v*'
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -21,11 +21,11 @@ jobs:
|
|||||||
run: yarn code:build
|
run: yarn code:build
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
- name: Publish
|
# - name: Publish
|
||||||
run: sh scripts/publish.sh
|
# run: sh scripts/publish.sh
|
||||||
env:
|
# env:
|
||||||
REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
|
# REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
|
||||||
REGISTRY_URL: registry.npmjs.org
|
# REGISTRY_URL: registry.npmjs.org
|
||||||
- name: Create release notes
|
- name: Create release notes
|
||||||
run: sh scripts/github-release.sh
|
run: sh scripts/github-release.sh
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user