Skip to content

Commit

Permalink
fix: Include build files to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed Oct 21, 2023
1 parent 96a3a9e commit 726cb23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 726cb23

Please sign in to comment.