Skip to content

Commit 89ddf8b

Browse files
committed
fixup release-cli command
1 parent 70b9bb9 commit 89ddf8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
script:
33
- |
44
VERSION=$(dpkg-parsechangelog --show-field Version)
5-
release-cli create ${CI_PROJECT_PATH} \
6-
--ref ${CI_COMMIT_SHA} \
5+
release-cli create \
6+
--ref "${CI_COMMIT_SHA}" \
77
--name "Release ${VERSION}" \
88
--tag-name "embtom/v${VERSION}" \
99
--description "Automated release of version ${VERSION}"

0 commit comments

Comments
 (0)