mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Finish release process
This commit is contained in:
parent
6f6702c591
commit
c667ec8c04
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build docker image
|
||||
name: Build, push and release (if tag)
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -141,7 +141,6 @@ jobs:
|
|||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
draft: true
|
||||
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }}
|
||||
files: |
|
||||
./geth_linux
|
||||
|
|
|
|||
Loading…
Reference in a new issue