Skip to content

Commit 10b7fab

Browse files
committed
feat: release
1 parent 0d27279 commit 10b7fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eb-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git add .
6060
git commit -m "feat: Version ${{ steps.version.outputs.version }} Build"
6161
npx lerna publish from-package --yes
62-
npm run init:dev-package -- ${{ steps.version.outputs.version }}
62+
npm run init:monorepo -- ${{ steps.version.outputs.version }}
6363
git add .
6464
git commit -m "feat: Version ${{ steps.version.outputs.version }} Publish"
6565
git push origin master

0 commit comments

Comments
 (0)