mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix(repo): fix workflow to use configs (#402)
This commit is contained in:
parent
53531d9614
commit
177750c73e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/repo--release-please.yml
vendored
1
.github/workflows/repo--release-please.yml
vendored
|
|
@ -15,5 +15,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: googleapis/release-please-action@v4
|
- uses: googleapis/release-please-action@v4
|
||||||
with:
|
with:
|
||||||
release-type: simple
|
|
||||||
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue