diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e9893f7..edf2b91 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,17 +6,12 @@ on: - "*" jobs: - releases-matrix: + releases: name: Release flow Artifacts permissions: contents: write packages: write runs-on: ubuntu-latest - strategy: - matrix: - # build and publish in parallel: linux/amd64, linux/arm64, darwin/amd64, darwin/arm64 - goos: [linux, darwin] - goarch: [amd64, arm64] steps: - uses: actions/checkout@v4