Skip to content

Commit aebe23b

Browse files
authored
chore(maintenance): add force-publish to bump all packages (#3238)
1 parent 10e84dc commit aebe23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/make-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
3232
- name: Version
3333
id: bump-version
34-
run: npx lerna version --conventional-commits --no-git-tag-version --no-push --no-commit-hooks --yes
34+
run: npx lerna version --conventional-commits --force-publish --no-git-tag-version --no-push --no-commit-hooks --yes
3535
- name: Update user agent version
3636
run: |
3737
VERSION=$(cat lerna.json | jq .version -r)

0 commit comments

Comments
 (0)