Skip to content

Commit

Permalink
CI: fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 1, 2024
1 parent ee5a1b0 commit b4ba897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: get version
id: meta
run: echo "version=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.name == \"$PROJECT_NAME\").version')"
run: echo "version=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.name == "'"'"$PROJECT_NAME"'"'").version')"
>> "$GITHUB_OUTPUT"

- name: retrieve ${{ matrix.target }} binary
Expand Down

0 comments on commit b4ba897

Please sign in to comment.