We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e84dc commit aebe23bCopy full SHA for aebe23b
.github/workflows/make-version.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
32
- name: Version
33
id: bump-version
34
- run: npx lerna version --conventional-commits --no-git-tag-version --no-push --no-commit-hooks --yes
+ run: npx lerna version --conventional-commits --force-publish --no-git-tag-version --no-push --no-commit-hooks --yes
35
- name: Update user agent version
36
run: |
37
VERSION=$(cat lerna.json | jq .version -r)
0 commit comments