From 1471ead0ce4ba56d07d9e1cd392dacc4a4f4ee83 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 28 May 2021 20:44:58 +0200 Subject: [PATCH] With each release we're getting one step closer... (#5090) --- .github/workflows/publish_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 2285479d3..a2cdeae35 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -77,6 +77,7 @@ jobs: branch: "automated/pr_bumps/${{ steps.bump_version_dev.outputs.new_version }}" author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> milestone: ${{ steps.get_milestone_number.outputs.result }} + base: V3/develop - name: Close and reopen the PR with different token to trigger CI uses: actions/github-script@v3