fix: add immutable yarn install
This commit is contained in:
parent
48f6753090
commit
8c5c52770b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/version-bump.yml
vendored
3
.github/workflows/version-bump.yml
vendored
|
@ -32,6 +32,9 @@ jobs:
|
|||
with:
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Install locally
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Bump Prod Version
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
run: yarn release:prod
|
||||
|
|
Loading…
Reference in a new issue