Skip to content
Snippets Groups Projects
Commit 6b89a03c authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Merge branch 'fff' into 'main'

Try to fix issue with CLI arg

See merge request !203
parents a70ae8c3 a906e16b
No related branches found
No related tags found
1 merge request!203Try to fix issue with CLI arg
Pipeline #211370 passed
......@@ -97,11 +97,7 @@ deploy-prod:
- PACKAGE_VERSION=$(npm pkg get version | tr -d '"')
- curl -s https://gitlab.com/api/v4/projects/16573099/packages/generic/release-cli/latest/release-cli-linux-amd64 -o release-cli
- chmod +x release-cli
- ./release-cli create \
--name "Release $PACKAGE_VERSION" \
--description "Auto-generated release" \
--tag-name "$PACKAGE_VERSION" \
--ref "$CI_COMMIT_SHA"
- ./release-cli create --name "Release ${PACKAGE_VERSION}" --description "Auto-generated release" --tag-name "${PACKAGE_VERSION}" --ref "${CI_COMMIT_SHA}"
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
......
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