Skip to content

Commit 34e7db7

Browse files
committed
fix: add temporary lockfile fix
1 parent 58701c4 commit 34e7db7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
if: contains(github.event.commits[0].message, '[skip-ci]') == false
4141
run: yarn lerna:bootstrap
4242

43+
- name: Fix changes
44+
run: |
45+
git status
46+
git diff HEAD
47+
git add .
48+
git commit -m "fix: semantic release lockfile"
49+
4350
- name: Bump versions and publish packages
4451
if: contains(github.event.commits[0].message, '[skip-ci]') == false
4552
run: |

0 commit comments

Comments
 (0)