Skip to content

Commit

Permalink
Tinkering with inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Oct 3, 2024
1 parent cd51120 commit c934cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c934cb3

Please sign in to comment.