Fix build workflow
This commit is contained in:
parent
bbc9239a27
commit
d4af0f5e14
3
.github/workflows/build-release-flo-deb.yml
vendored
3
.github/workflows/build-release-flo-deb.yml
vendored
@ -26,7 +26,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
name: Release ${{ github.sha }} # Use the commit SHA as the release name
|
tag_name: ${{ github.sha }} # Use the commit SHA as the tag name
|
||||||
|
release_name: Release ${{ github.sha }} # Use the commit SHA as the release name
|
||||||
body: |
|
body: |
|
||||||
Release commit: ${{ github.sha }}
|
Release commit: ${{ github.sha }}
|
||||||
Commit message: ${{ github.event.head_commit.message }}
|
Commit message: ${{ github.event.head_commit.message }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user