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:
parent
9636a323ff
commit
c1aed734ef
3
frontend/.github/workflows/release.yml
vendored
3
frontend/.github/workflows/release.yml
vendored
@ -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+)?')
|
||||
|
Loading…
Reference in New Issue
Block a user