Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-29 08:35:39 +00:00
parent 41adf10865
commit 3a4f4cc739

View file

@ -108,8 +108,8 @@ release_dev:
when: never # Do not run this job when a tag is created manually
- if: $CI_COMMIT_BRANCH == "ci-test" # Run this job when commits are pushed or merged to the dev branch
script:
- 'ls -l'
- 'apk add gitlab-release-cli'
- 'ls -l'
release:
tag_name: '$CI_COMMIT_BRANCH-$CI_PIPELINE_IID' # The version is incremented per pipeline.
description: 'Automated release based on commit $CI_COMMIT_SHORT_SHA $CI_COMMIT_TAG'