Skip to content

Commit

Permalink
ci: remove " quotes from cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
not-my-profile committed Jul 27, 2023
1 parent 71bd470 commit a9a5dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/set_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9a5dbc

Please sign in to comment.