Skip to content

Commit

Permalink
fix(ci): fix release split issue and revert back to non-split for
Browse files Browse the repository at this point in the history
release
  • Loading branch information
adrielp committed Aug 14, 2023
1 parent 62ddb78 commit 217ad57
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:

jobs:
release:
strategy:
matrix:
GOOS: [darwin, linux, windows]
go: ['1.19']
runs-on:
group: bigger
permissions:
Expand Down Expand Up @@ -49,19 +45,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --clean --split
args: release --clean
env:
GOOS: ${{ matrix.GOOS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

- name: Merge and publish GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: latest
args: continue --merge
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit 217ad57

Please sign in to comment.