mirror of
https://github.com/starship/starship.git
synced 2024-11-07 00:45:20 +01:00
ci: update release-please to v4 (#5619)
* build(deps): update google-github-actions/release-please-action action to v4 * move `draft` option to config file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
78de8d5e16
commit
17dfe4cb90
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -20,12 +20,11 @@ jobs:
|
||||
release_created: ${{ steps.release.outputs.release_created }}
|
||||
tag_name: ${{ steps.release.outputs.tag_name }}
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
id: release
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-type: rust
|
||||
draft: true
|
||||
|
||||
# Build sources for every OS
|
||||
github_build:
|
||||
|
4
release-please-config.json
Normal file
4
release-please-config.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"draft": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user