Skip to content

Commit

Permalink
change yarn install command
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Aug 7, 2024
1 parent 9b3ebdc commit 2340f14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bum-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
- run: corepack enable

- name: Install dependencies
run: yarn install
run: yarn install --mode skip-build
env:
# yarn runs in immutable mode "by default" in CI -- turning this off requires an
# undocumented env var
YARN_ENABLE_IMMUTABLE_INSTALLS: false

- name: Bump version and create tag
run: yarn version --patch
Expand Down

0 comments on commit 2340f14

Please sign in to comment.