fix: add immutable yarn install

This commit is contained in:
Karol Sójko 2022-06-22 10:17:47 +02:00
parent 48f6753090
commit 8c5c52770b
No known key found for this signature in database
GPG key ID: A50543BF560BDEB0

View file

@ -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