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

fix: use frozen lockfile for release

This commit is contained in:
Ivar Conradi Østhus 2022-04-05 14:57:29 +02:00
parent 9636a323ff
commit c1aed734ef

View File

@ -20,8 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
yarn
yarn test
yarn install --frozen-lockfile
- name: Publish to NPM
run: |
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')