mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02: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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: |
|
- run: |
|
||||||
yarn
|
yarn install --frozen-lockfile
|
||||||
yarn test
|
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
run: |
|
run: |
|
||||||
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')
|
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')
|
||||||
|
Loading…
Reference in New Issue
Block a user