Skip to content

Commit

Permalink
fix version extraction script
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Sep 28, 2024
1 parent f1e18a9 commit 44605aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_indexify_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: version_extraction
run: echo "version=$(cargo metadata --format-version 1 | jq '.packages[] | select(.name == "indexify") | .version' | xargs)" >> "$GITHUB_OUTPUT"
run: echo "version=$(cargo metadata --format-version 1 | jq '.packages[] | select(.name == "indexify-server") | .version' | xargs)" >> "$GITHUB_OUTPUT"

create-release:
name: Create GitHub Release
Expand Down

0 comments on commit 44605aa

Please sign in to comment.