mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user