Skip to content

Commit c429806

Browse files
committed
Update release workflow to simplify draft naming convention
1 parent ab0c905 commit c429806

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
fi
3838
gh api --method POST "repos/${GITHUB_REPOSITORY}/releases" \
3939
-f tag_name="${TAG_NAME}" \
40-
-f name="Dagr ${TAG_NAME}" \
41-
-f body="Desktop installers for ${TAG_NAME}." \
40+
-f name="${TAG_NAME}" \
4241
-F draft=true
4342
echo "Created draft for ${TAG_NAME}."
4443

0 commit comments

Comments
 (0)