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: |