Skip to content

Commit

Permalink
Merge branch 'release/latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Mar 2, 2023
2 parents 81bd10c + 15a726f commit ac448bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Install Dependencies
run: |
npm install -g yarn lerna
npm install -g yarn lerna@6.4.1
yarn
- name: Update package version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install Dependencies
run: |
npm install -g yarn lerna
npm install -g yarn lerna@6.4.1
yarn
- name: Set Preview Version
Expand Down

0 comments on commit ac448bf

Please sign in to comment.