From c667ec8c044057a2fa1d1fb6c2bd19524a69e053 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Mon, 24 Feb 2025 10:32:13 -0500 Subject: [PATCH] Finish release process --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index caa35aabb1..d8780d4167 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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