From c934cb36dcf7570db7a9282205ad44ca04b5268e Mon Sep 17 00:00:00 2001 From: John Date: Thu, 3 Oct 2024 11:15:06 +0200 Subject: [PATCH] Tinkering with inputs --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 83c27ce..d309552 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -85,7 +85,7 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "${{github.events.inputs.myInput}${{matrix.sys.os}}" + automatic_release_tag: "${{github.events.inputs.myInput}}${{matrix.sys.os}}" draft: false prerelease: true files: |