Skip to content

Commit

Permalink
release-script: fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 24, 2024
1 parent 464b099 commit 8ce43a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ $unpushed_commits != "" ]]; then
echo -e "\nThere are unpushed changes, exiting:\n$unpushed_commits" >&2
exit 1
fi
sed -i -e "s!version = \".*\"\$!version = \"${version}\"!" src/default.nix
sed -i -e "s!version = \".*\";!version = \"${version}\"!" src/default.nix
git add src/default.nix
nix-shell -p nix-fast-build --command "nix-fast-build --eval-workers 2"
git commit -m "bump version ${version}"
Expand Down

0 comments on commit 8ce43a2

Please sign in to comment.