Skip to content

Commit

Permalink
chore(ci): Use correct selector for release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Sep 6, 2024
1 parent 9c654a4 commit 2e38919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please-prepare-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Bump version
run: |
NEW_VERSION=$(cat .github/release-please/manifest.json | jq -r '."."')
NEW_VERSION=$(cat .github/release-please/manifest.json | jq -r '.node')
cargo-set-version set-version $NEW_VERSION --workspace --manifest-path node/Cargo.toml
- name: Push changes
Expand Down

0 comments on commit 2e38919

Please sign in to comment.