From c9f0b440b7579c3930d2a0e85fc5852f443fc962 Mon Sep 17 00:00:00 2001 From: Ryan Emerson Date: Wed, 8 May 2024 11:20:34 +0100 Subject: [PATCH] Ensure correct repository is checked out when tagging releases --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6007411..4febb0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,6 +155,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.branch }} + repository: ${{ inputs.repository }} - name: Download Patches uses: actions/download-artifact@v4