mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
ci: Revert "fix: bootstrap manifest for release-please (#5087)"
This reverts commit e392d14f4e
.
This commit is contained in:
parent
0f7433a1a9
commit
3e42e739ec
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -24,9 +24,8 @@ jobs:
|
|||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
command: manifest
|
release-type: rust
|
||||||
draft: true
|
draft: true
|
||||||
default-branch: master
|
|
||||||
|
|
||||||
# Build sources for every OS
|
# Build sources for every OS
|
||||||
github_build:
|
github_build:
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
".": "1.14.0"
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
||||||
"release-type": "rust",
|
|
||||||
"packages": {
|
|
||||||
".": {}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user