From 91b6fcc77552e9425798f6967baa9154905761d4 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 19 Jun 2024 11:52:04 +0200 Subject: [PATCH] fix: no code fix; only release and publish process --- nix/scripts/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/scripts/release.nix b/nix/scripts/release.nix index c2309deac..6d38cbac5 100644 --- a/nix/scripts/release.nix +++ b/nix/scripts/release.nix @@ -58,7 +58,7 @@ in export MNEMONIC=$(echo $NAME | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9]//g') ${pkgs'.envsubst}/bin/envsubst < ./nix/config/release.nix.template > ./nix/config/release.nix - ${pkgs'.nodejs_22}/bin/pnpm version "$gitVersion" + ${pkgs'.nodejs_22}/bin/npm version "$gitVersion" ${pkgs'.git}/bin/git tag -a $gitVersion -m"chore: bump version to $gitVersion" -- GitLab