Skip to content

Commit 4f4f331

Browse files
committed
use tag name for release name
1 parent 2064db5 commit 4f4f331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
PAYLOAD=$(jq -n \
128128
--arg tag_name "$TAG" \
129129
--arg target_commitish "${{ github.sha }}" \
130-
--arg name "Release $VERSION" \
130+
--arg name "$TAG" \
131131
--arg body "Automated release for commit ${{ github.sha }}" \
132132
'{ tag_name: $tag_name, target_commitish: $target_commitish, name: $name, body: $body, draft: false, prerelease: false }')
133133
curl -sSf -X POST -H "Authorization: Bearer $GH_TOKEN" \

0 commit comments

Comments
 (0)