fix: yarn install command
This commit is contained in:
parent
233f8fba98
commit
af68201a81
1 changed files with 1 additions and 1 deletions
2
.github/workflows/version-bump.yml
vendored
2
.github/workflows/version-bump.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
node-version: '16.x'
|
||||
|
||||
- run: yarn install --pure-lockfile
|
||||
- run: yarn install
|
||||
|
||||
- name: Bump Prod Version
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
Loading…
Reference in a new issue