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

fix: no code fix; only release and publish process

parent d64d4ed9
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment