diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bb66d4..52f25e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,6 @@ publish: stage: release script: - nix-shell --run "npm install --ci" - - nix-shell --run "npm run build" - - nix-shell --run "npm run semantic-release" + - nix-shell --run "npx semantic-release" rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH