We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d27279 commit 10b7fabCopy full SHA for 10b7fab
.github/workflows/eb-release.yml
@@ -59,7 +59,7 @@ jobs:
59
git add .
60
git commit -m "feat: Version ${{ steps.version.outputs.version }} Build"
61
npx lerna publish from-package --yes
62
- npm run init:dev-package -- ${{ steps.version.outputs.version }}
+ npm run init:monorepo -- ${{ steps.version.outputs.version }}
63
64
git commit -m "feat: Version ${{ steps.version.outputs.version }} Publish"
65
git push origin master
0 commit comments