Skip to content

Commit

Permalink
ci: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Sep 4, 2024
1 parent fd4aa95 commit ba54f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hacking/scripts/update_homebrew_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
HOMEBREW_ACCESS_TOKEN=$1

# Extract version from Cargo.toml
VERSION="v$(grep "^version" rust/cli/Cargo.toml | awk -F '"' '{print $2}')"
VERSION="v$(grep "^version" Cargo.toml | awk -F '"' '{print $2}')"
echo "VERSION: $VERSION"

REPOSITORY="quarylabs/quary"
Expand Down

0 comments on commit ba54f94

Please sign in to comment.