Skip to content
Snippets Groups Projects
Verified Commit 061f5505 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: no code fix; only release and publish process

parent 02bc6fce
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ in
echo_fail "Error: Could not get git log."
exit 1
fi
set -x
${pkgs'.git}/bin/git fetch --prune --prune-tags
echo_step "Bumping version"
......@@ -58,8 +58,7 @@ set -x
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
if ! ${pkgs'.nodejs_20}/bin/npm version "$gitVersion" --no-git-tag-version; then
cat /root/.npm/_logs/*
if ! ${pkgs'.nodejs_20}/bin/npm version "$gitVersion" --no-git-tag-version --allow-same-version 2>/dev/null; then
echo_fail "Error: Could not write project version."
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment