diff --git a/.github/workflows/release-please-prepare-branch.yml b/.github/workflows/release-please-prepare-branch.yml index 43a5d897..1709e440 100644 --- a/.github/workflows/release-please-prepare-branch.yml +++ b/.github/workflows/release-please-prepare-branch.yml @@ -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