From 7488c94d38a74311443c60d11db6a19f9bc857f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 22 Nov 2024 01:49:46 +0000 Subject: [PATCH] Release: try checking out the master branch --- .github/workflows/make_release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index 65616e9a8..9cd16a2bd 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -43,7 +43,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ needs.increment-version.outputs.commit_long_sha }} + ref: master + - name: Install Python tools uses: BrandonLWhite/pipx-install-action@v0.1.1 - uses: actions/setup-python@v5 @@ -101,7 +102,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ needs.increment-version.outputs.commit_long_sha }} + ref: master - name: Tag the commit id: tag_version