We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c19f7b commit 38ae149Copy full SHA for 38ae149
.github/workflows/eb-release.yml
@@ -57,11 +57,11 @@ jobs:
57
npx lerna version ${{ steps.version.outputs.version }} --no-git-tag-version --force-publish --yes
58
npm run build
59
git add .
60
- git commit -m "Lerna build ${{ steps.version.outputs.version }}"
+ 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 }}
63
64
- git commit -m "Lerna publish ${{ steps.version.outputs.version }}"
+ git commit -m "feat: Version ${{ steps.version.outputs.version }} Publish"
65
git push origin master
66
67
# - name: Pages # github pages
0 commit comments