We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0633f commit cea3fbfCopy full SHA for cea3fbf
.github/workflows/eb-release.yml
@@ -56,7 +56,6 @@ jobs:
56
npx lerna bootstrap
57
npx lerna version ${{ steps.version.outputs.version }} --no-git-tag-version --force-publish --yes
58
npm run build
59
- npm run mod-npm-package
60
git add .
61
git commit -m "Lerna build ${{ steps.version.outputs.version }}"
62
npx lerna publish from-package --yes
0 commit comments