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