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