1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix: action release.yml

This commit is contained in:
Ivar Conradi Østhus 2022-04-05 15:23:22 +02:00
parent 251df96a91
commit edaa31f3f7

View File

@ -22,7 +22,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: |
yarn install --frozen-lockfile
run: |
- run: |
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')
npm publish --tag ${TAG:-latest}
env: