Skip to content

Commit

Permalink
fix(ci): repair lerna config and update version workflow (#14060)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jun 22, 2023
1 parent 11c70f3 commit f1d1ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
if: ${{ github.event.inputs.type == 'minor' }}
run: |
yarn lerna version minor --no-git-tag-version --no-push --yes
- name: Update lockfile
run: |
# We want the following command to update the lockfile since
# the package versions have been changed
yarn install --no-immutable
- name: Generate token
uses: tibdex/github-app-token@v1
id: generate_token
Expand Down
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"lerna": "6.4.0",
"version": "independent",
"npmClient": "yarn",
"npmClientArgs": ["--immutable"],
"ignoreChanges": [
"actions/**",
"**/__fixtures__/**",
Expand All @@ -16,5 +14,6 @@
"version": {
"message": "chore(release): %s"
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit f1d1ba8

Please sign in to comment.