ci: Revert "fix: bootstrap manifest for release-please (#5087)"

This reverts commit e392d14f4e.
This commit is contained in:
Matan Kushner 2023-04-11 14:57:55 +09:00
parent 0f7433a1a9
commit 3e42e739ec
No known key found for this signature in database
3 changed files with 1 additions and 12 deletions

View File

@ -24,9 +24,8 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest
release-type: rust
draft: true
default-branch: master
# Build sources for every OS
github_build:

View File

@ -1,3 +0,0 @@
{
".": "1.14.0"
}

View File

@ -1,7 +0,0 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"packages": {
".": {}
}
}