Skip to content

Commit 11c4ba6

Browse files
committed
Try to fix gh release create command
1 parent 3f07c6e commit 11c4ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ release:
105105
build_prod/WineGUI-* \
106106
--repo "winegui/WineGUI" \
107107
--title "WineGUI $CI_COMMIT_TAG" \
108-
--notes-from-tag || \
108+
--notes "WineGUI Release $CI_COMMIT_TAG" || \
109109
gh release upload "$CI_COMMIT_TAG" \
110110
build_prod/WineGUI-* \
111111
--repo "winegui/WineGUI" \

0 commit comments

Comments
 (0)