0
Fork 0
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:
Juan Picado 2024-09-20 18:27:01 +02:00
parent c36d87f3b6
commit de969d392e
2 changed files with 2 additions and 2 deletions

View file

@ -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}}

View file

@ -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/