We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a691c9 commit 90f16ceCopy full SHA for 90f16ce
1 file changed
.github/workflows/LinuxReleaseUbuntu2404.yml
@@ -65,9 +65,9 @@ jobs:
65
- uses: marvinpinto/action-automatic-releases@latest # {{xyz}}varaibles not available in uses
66
with:
67
repo_token: "${{ secrets.GITHUB_TOKEN }}"
68
- automatic_release_tag: "${{ inputs.reltag }}"
+ automatic_release_tag: "v0.5.0Beta2" #"${{ inputs.reltag }}"
69
prerelease: false
70
- title: "Build ${{ github.event.inputs.reltag }}" #same as inputs.reltag
+ title: "Build v0.5.0Beta2" #${{ github.event.inputs.reltag }}" #same as inputs.reltag
71
files: |
72
./dist/*.deb
73
0 commit comments