Skip to content
Snippets Groups Projects
Commit 1798c7bc authored by Jacopo Gasparetto's avatar Jacopo Gasparetto
Browse files

Fix release stage using npx instead of npm

parent 076de822
No related branches found
No related tags found
1 merge request!4feat(ci-cd) Integrate semantic version?
Pipeline #99897 failed
......@@ -58,8 +58,8 @@ release:
image: node:19-slim
stage: release
script:
- npm install semantic-release @semantic-release/gitlab
- npm semantic-release
- npm install --save-dep @semantic-release/gitlab
- npx semantic-release
only:
refs:
- main
......
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