diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8556f9f9..825d50f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,5 +22,6 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }} - GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }} + # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 00c83008..01c64c52 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -11,13 +11,6 @@ before: - npm install - npm run build:embed builds: - - id: linux-build - binary: speedway - goos: - - linux - goarch: - - amd64 - - arm64 - id: darwin-build env: - CGO_ENABLED=1