Skip to content
Snippets Groups Projects
Commit 2ab58e1e authored by Corentin Méhat's avatar Corentin Méhat
Browse files

Update .gitlab-ci.yml file

parent a53b7c05
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -134,7 +134,7 @@ release_job:
script:
- echo "Running the release job."
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name: 'Release "${NPM_PACKAGE_VERSION}"'
tag_name: 'v${NPM_PACKAGE_VERSION}'
description: 'Release ${NPM_PACKAGE_VERSION} ( pipeline $CI_PIPELINE_IID ) published to gitlab and npm'
ref: '$CI_COMMIT_SHA' # The tag is created from the pipeline SHA.
assets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment