diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 2ab2294..360f2ec 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -15,4 +15,6 @@ jobs: steps: - uses: google-github-actions/release-please-action@v3 with: + command: manifest release-type: rust + diff --git a/release-please-config.json b/release-please-config.json index f7561d2..007957b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,5 +10,6 @@ "prerelease": false } }, + "bootstrap-sha": "89c1833c752211c7e712ef926c3d14f85ac1a779", "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }