From 5e2f3c05f0f0ac6868bf9d06ae984f1d6c305114 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 18 Nov 2021 02:08:23 -0600 Subject: [PATCH] ci: working on Nix deployment --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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