We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc2a7f commit 8621869Copy full SHA for 8621869
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
git config user.email "swagger-bot@smartbear.com"
38
git config user.name "swagger-bot"
39
- npx lerna version --no-private --yes --conventional-graduate --force-publish
+ npx lerna version --no-private --yes --force-publish
40
env:
41
GH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments