From 9e0bfce42aab3d2bbf2da47bfd5ccf5dc71cbfa3 Mon Sep 17 00:00:00 2001 From: Alexander Schueren Date: Tue, 22 Oct 2024 18:27:50 +0200 Subject: [PATCH] we need force-publish in version, not in release --- .github/workflows/make-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index 4b4bd7c671..032144ba07 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -31,7 +31,7 @@ jobs: uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872 - name: Version id: bump-version - 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 - name: Update user agent version run: | VERSION=$(cat lerna.json | jq .version -r)