From 2105a86c85e369b2519ed80b0a5cb4bf38d71f6e Mon Sep 17 00:00:00 2001 From: 6missedcalls Date: Thu, 13 Oct 2022 09:18:49 -0700 Subject: [PATCH] updated release for personal test --- .github/workflows/release.yml | 5 +++-- .goreleaser.yaml | 7 ------- 2 files changed, 3 insertions(+), 9 deletions(-) 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