1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: update release script

This commit is contained in:
Ivar Conradi Østhus 2022-04-05 21:18:25 +02:00
parent f9d7126e3d
commit f5257b32fa
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -1,4 +1,4 @@
name: 'Release unleash-server'
name: 'Publish to npm'
on:
push:
tags:
@ -22,8 +22,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: |
yarn install --frozen-lockfile
yarn lint
yarn run test
yarn lint
- run: |
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')
npm publish --tag ${TAG:-latest}