Skip to content

Commit 90f16ce

Browse files
authored
Update LinuxReleaseUbuntu2404.yml
hardcoding build number for automatic release section
1 parent 7a691c9 commit 90f16ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/LinuxReleaseUbuntu2404.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
- uses: marvinpinto/action-automatic-releases@latest # {{xyz}}varaibles not available in uses
6666
with:
6767
repo_token: "${{ secrets.GITHUB_TOKEN }}"
68-
automatic_release_tag: "${{ inputs.reltag }}"
68+
automatic_release_tag: "v0.5.0Beta2" #"${{ inputs.reltag }}"
6969
prerelease: false
70-
title: "Build ${{ github.event.inputs.reltag }}" #same as inputs.reltag
70+
title: "Build v0.5.0Beta2" #${{ github.event.inputs.reltag }}" #same as inputs.reltag
7171
files: |
7272
./dist/*.deb
7373

0 commit comments

Comments
 (0)