From 80e7a70f9e26ba6e2e2e9e34f8cb0d2528710b3e Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 13 Aug 2021 04:08:39 +0200 Subject: [PATCH] Fix base branch used for PyPI release? (#5212) --- .github/workflows/publish_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index f4c82d4e4..31d9c1282 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -60,8 +60,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - ref: V3/develop - name: Set up Python uses: actions/setup-python@v2 with: @@ -87,6 +85,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + ref: ${{ github.event.base_ref }} - name: Set up Python uses: actions/setup-python@v2 with: