Skip to content
Snippets Groups Projects
Commit b6ecc886 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: cicd tags

parent 344488eb
No related branches found
No related tags found
No related merge requests found
Pipeline #14817 passed
......@@ -2,7 +2,7 @@
stages:
- build
- test
- release
- deploy
# default image for jobs
default:
......@@ -60,7 +60,7 @@ test:e2e:
## RELEASE TAGGING ##
publish:
stage: release
stage: deploy
image: node:16
before_script:
- npm install -g semantic-release@18 @semantic-release/gitlab@7
......@@ -69,4 +69,4 @@ publish:
only:
- master
tags:
- release
- deploy
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