From a9a5dbc0cf0e3872a011392053d84a010dac1b01 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Jul 2023 09:16:09 +0200 Subject: [PATCH] ci: remove " quotes from cache key --- .github/set_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/set_version.sh b/.github/set_version.sh index d6125cb23137..3804a9e7c98f 100755 --- a/.github/set_version.sh +++ b/.github/set_version.sh @@ -2,4 +2,4 @@ # since the caches seem to accumulate cruft over time; # ref https://github.com/PRQL/prql/pull/2407 -grep '^version =' Cargo.toml | tr -d ' ' >> $GITHUB_ENV +grep '^version =' Cargo.toml | tr -d ' "' >> $GITHUB_ENV