Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 909a982

Browse files
committed
ci: добавил плейсхолдер для информации о релизе
1 parent f50d700 commit 909a982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,4 @@ create_github_release:
219219
- echo -e "${TXT_GREEN}Version = $VERSION"
220220
- |
221221
curl --header "PRIVATE-TOKEN: $CEMENT_CLI_CI_TOKEN" -O $PACKAGE_URL
222-
# using -d flag to create release draft for testing purposes
223-
- gh release create -d -R https://github.com/skbkontur/cement $VERSION_TAG $OUTPUT_FILE
222+
- gh release create --notes "automatic release" -R https://github.com/skbkontur/cement $VERSION_TAG $OUTPUT_FILE

0 commit comments

Comments
 (0)