Shortened tag name

This commit is contained in:
Vivek Teega 2023-09-06 19:49:11 +05:30
parent d4af0f5e14
commit 8859e21b02

View File

@ -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 }}