From 47d945b122b641a40213d64b2dcd0a9a13f171cc Mon Sep 17 00:00:00 2001 From: Andras Mitzki Date: Wed, 11 Dec 2024 13:07:03 +0100 Subject: [PATCH] maybe this will needed Signed-off-by: Andras Mitzki --- .github/workflows/draft-release.yml | 1 + .github/workflows/version-bump.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 8481dc3cf6..779744352a 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -94,6 +94,7 @@ jobs: "${{ needs.create-release-tarball.outputs.RELEASE_TAG }}" \ "${{ needs.create-release-tarball.outputs.TARBALL_NAME }}" \ --draft \ + --repo "${{ github.repository }}" \ --title "${{ needs.create-release-tarball.outputs.RELEASE_NAME }}" \ --notes-file "NEWS.md" diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 9537e5e6fb..b19e2703fa 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -92,6 +92,7 @@ jobs: git push --force origin ${VERSION_BUMP_BRANCH} gh pr create \ + --repo "${{ github.repository }}" \ --base "${GITHUB_REF}" \ --title "${TITLE}" \ --body "${DESCRIPTION}" \