Skip to content

Commit

Permalink
force yarn to override the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinzscam committed Oct 9, 2024
1 parent 1a370c1 commit 23a26b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: Run versions:bump to migrate to backstage:^ versions
run: |
npx @backstage/cli@latest versions:bump --release ${{ github.event.inputs.releaseVersion }}
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- name: Create branch for release ${VERSION} with yarn plugin installed
if: steps.check_yarn_plugin_branch.outputs.skip_create_diff == 'false'
run: |
Expand Down

0 comments on commit 23a26b6

Please sign in to comment.