From 3361140a416f9dff35bae58e9fac4d41289551d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Wed, 29 May 2024 22:04:03 +0200 Subject: [PATCH] ci(release): use consistent version for all packages (#4155) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 749b571ec..ee1fc5c6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: run: | git config user.email "swagger-bot@smartbear.com" git config user.name "swagger-bot" - npx lerna version prerelease --preid alpha --no-private --yes + npx lerna version prerelease --preid alpha --no-private --yes --force-publish env: GH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}