From 726cb237bc2f7caaa1d1e950698e4d93e6e977a3 Mon Sep 17 00:00:00 2001 From: Hakan Date: Sat, 21 Oct 2023 19:58:18 +0200 Subject: [PATCH] fix: Include build files to releases --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 312427e..a2a537d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: push: name: Push Docker image to Docker Hub runs-on: ubuntu-latest - needs: [ release ] + needs: [ version ] steps: - name: Check out the repo uses: actions/checkout@v4 @@ -63,6 +63,7 @@ jobs: build: name: Create Release runs-on: 'ubuntu-latest' + needs: [ version ] strategy: matrix: # List of GOOS and GOARCH pairs from `go tool dist list`