From 4b7d08ae3703175a76eb402b77c22d10bd1cb7bc Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 17 Jan 2024 17:01:38 +0100 Subject: [PATCH] publish script mini update --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 08b9657..84036cb 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -2,7 +2,7 @@ set -e cargo check --all-features cargo ws version --no-git-commit -NEW_VERSION=$(cat Cargo.toml| rg '^\s*version\s*=\s*"([^"]*)"\s*$' -or '$1') +NEW_VERSION=$(cat Cargo.toml | rg '^\s*version\s*=\s*"([^"]*)"\s*$' -or '$1') bash scripts/set_all_versions.sh $NEW_VERSION git add -A git commit -m "Release v$NEW_VERSION"