Skip to content

Commit

Permalink
ci: fix version in tag and release
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kirby committed Feb 7, 2023
1 parent c11c997 commit e56905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Version
id: version
run: |
echo "version=$(cargo metadata --format-version 1 | jq --raw-output '.packages[] | select(.name==\"hanzo\") | .version')" >> $GITHUB_OUTPUT
echo "version=$(cargo metadata --format-version 1 | jq --raw-output '.packages[] | select(.name=="hanzo") | .version')" >> $GITHUB_OUTPUT
echo "sha=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
- name: Build
run: cargo build --release
Expand Down

0 comments on commit e56905a

Please sign in to comment.