Skip to content

Commit

Permalink
chore(ci): Use correct selector for release-please (#193)
Browse files Browse the repository at this point in the history
## What ❔

An incorrect selector was used to choose a new version for packages.
  • Loading branch information
popzxc authored Sep 6, 2024
1 parent 9c654a4 commit caa9227
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 caa9227

Please sign in to comment.