1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01: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

@ -40,7 +40,7 @@ jobs:
images: ${{ github.repository }}
tag-custom: 6.x-next
tag-custom-only: ${{ github.ref == 'refs/heads/6.x' }}
tag-latest: false
tag-latest: true
tag-semver: |
{{version}}
{{major}}

@ -10,4 +10,4 @@ echo "Bumping version to new tag: ${lastTag}"
echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc
# Publish to NPM
npm publish --registry https://$REGISTRY_URL/ --tag latest-6
npm publish --registry https://$REGISTRY_URL/