From aa835035b23a5c33abd3376ba032f902c7edf159 Mon Sep 17 00:00:00 2001 From: miratepuffin Date: Wed, 5 Jun 2024 14:38:47 +0100 Subject: [PATCH] Fixed github release --- .github/workflows/release_auto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_auto.yml b/.github/workflows/release_auto.yml index 29709ab517..18fab74cd2 100644 --- a/.github/workflows/release_auto.yml +++ b/.github/workflows/release_auto.yml @@ -29,4 +29,6 @@ jobs: call-release-github-workflow: name: _Release 4 - Publish to Github uses: ./.github/workflows/_release_github.yml + with: + base: ${{ github.event.inputs.base }} secrets: inherit