diff --git a/.github/workflows/build-release-flo-deb.yml b/.github/workflows/build-release-flo-deb.yml index 66472e1b..a37ec4f9 100644 --- a/.github/workflows/build-release-flo-deb.yml +++ b/.github/workflows/build-release-flo-deb.yml @@ -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 }}