mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: enable 6.x branch for latest release
This commit is contained in:
parent
c36d87f3b6
commit
de969d392e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
images: ${{ github.repository }}
|
images: ${{ github.repository }}
|
||||||
tag-custom: 6.x-next
|
tag-custom: 6.x-next
|
||||||
tag-custom-only: ${{ github.ref == 'refs/heads/6.x' }}
|
tag-custom-only: ${{ github.ref == 'refs/heads/6.x' }}
|
||||||
tag-latest: false
|
tag-latest: true
|
||||||
tag-semver: |
|
tag-semver: |
|
||||||
{{version}}
|
{{version}}
|
||||||
{{major}}
|
{{major}}
|
||||||
|
|
|
@ -10,4 +10,4 @@ echo "Bumping version to new tag: ${lastTag}"
|
||||||
echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc
|
echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc
|
||||||
|
|
||||||
# Publish to NPM
|
# Publish to NPM
|
||||||
npm publish --registry https://$REGISTRY_URL/ --tag latest-6
|
npm publish --registry https://$REGISTRY_URL/
|
||||||
|
|
Loading…
Reference in a new issue