Skip to content

Commit

Permalink
Make sure to run merge after building the binaries (#3714)
Browse files Browse the repository at this point in the history
This should ensure we create the GH release
  • Loading branch information
billyb2 committed Jul 8, 2024
1 parent e360f62 commit 23806b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,14 @@ jobs:
dist/**/*.tar.gz
retention-days: 1
overwrite: true
- name: Github release
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser-pro
version: latest
args: continue --merge
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GGOOS: ${{ matrix.GOOS }}

0 comments on commit 23806b1

Please sign in to comment.