Skip to content

Commit

Permalink
ci: Fix crates definition path
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 21, 2024
1 parent bc7457a commit 5dc8835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
poe bump-version
- name: Publish crates
run: |
jq '.[]' release.json | xargs -I _ cargo publish -p _ --allow-dirty
jq '.[]' crates/release.json | xargs -I _ cargo publish -p _ --allow-dirty
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 5dc8835

Please sign in to comment.