Skip to content
Snippets Groups Projects
Commit 764786103136 authored by Simon Chabot's avatar Simon Chabot
Browse files

fix: there is no asset for 'create-release' (use the debian create-release otherwise)

parent 038cd4d8226d
No related branches found
No related tags found
1 merge request!4fix: there is no asset for 'create-release' (use the debian create-release otherwise)
Pipeline #55521 passed
...@@ -10,5 +10,4 @@ ...@@ -10,5 +10,4 @@
script: script:
- | - |
release-cli create --name "Release $CI_COMMIT_TAG"\ release-cli create --name "Release $CI_COMMIT_TAG"\
--tag-name $CI_COMMIT_TAG\ --tag-name $CI_COMMIT_TAG
--assets-link "{\"name\":\"${CI_PROJECT_NAME}_${CI_COMMIT_TAG}-1_all.deb\",\"url\":\"${PACKAGE_REGISTRY_URL}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}_${CI_COMMIT_TAG}-1_all.deb\", \"link_type\": \"package\"}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment