Skip to content

Commit

Permalink
Merge pull request #1137 from project-chip/try-removing-lerna-falback…
Browse files Browse the repository at this point in the history
…-command

Try removing lerna fallback command
  • Loading branch information
Apollon77 authored Aug 31, 2024
2 parents 6c38574 + 0be5348 commit 1b8387e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/official-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
git config --global user.name "Github Action"
git add .
git commit -m "v${VERSION}" && npx lerna version ${VERSION} --no-push --exact --ignore-scripts --no-commit-hooks --yes --amend --force-publish || npx lerna version ${VERSION} --exact --no-push --ignore-scripts --no-commit-hooks --yes --force-publish
git commit -m "v${VERSION}" && npx lerna version ${VERSION} --no-push --exact --ignore-scripts --no-commit-hooks --yes --amend --force-publish
- name: Create Pull Request
id: cpr
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
if: steps.automerge.outputs.mergeResult == 'merged'
uses: actions/checkout@v4

- name: Use Node.js 18.x
- name: Use Node.js 20.x
if: steps.automerge.outputs.mergeResult == 'merged'
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Determine version
if: steps.automerge.outputs.mergeResult == 'merged'
Expand Down

0 comments on commit 1b8387e

Please sign in to comment.