From faee78bdd7f9f4711a3ead5ca9ed56b472985ebd Mon Sep 17 00:00:00 2001 From: sanderelias Date: Fri, 7 Jan 2022 15:27:52 +0100 Subject: [PATCH] fix(Actions): add missing --doActualPublish option for automated releases --- .github/workflows/bumpAndTag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bumpAndTag.yml b/.github/workflows/bumpAndTag.yml index 010c69d35..28cbf7d07 100644 --- a/.github/workflows/bumpAndTag.yml +++ b/.github/workflows/bumpAndTag.yml @@ -23,7 +23,7 @@ jobs: BOT_PAT: ${{ secrets.BOT_PAT }} REPO_NAME: ${{ github.repository }} run: | - npm run bumpAndTag + npm run bumpAndTag -- --doActualPublish dummy: name: Prevent recursion