From bbf0997ebad0f2c115afddd3a0627c62cf1f3b9b Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 30 Oct 2023 17:32:10 -0400 Subject: [PATCH] fix: goreleaser --- .github/workflows/release.yml | 24 ++++++++++++------------ .goreleaser.yaml | 5 ----- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 722bae65f..1f6aedb53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,15 +27,15 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - publish-buf: - name: Publish buf.build proto - runs-on: self-hosted - needs: release - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: bufbuild/buf-setup-action@v1 - with: - buf_token: ${{ secrets.BUF_TOKEN }} - input: "proto" + # publish-buf: + # name: Publish buf.build proto + # runs-on: self-hosted + # needs: release + # steps: + # - uses: actions/checkout@v3 + # with: + # fetch-depth: 0 + # - uses: bufbuild/buf-setup-action@v1 + # with: + # buf_token: ${{ secrets.BUF_TOKEN }} + # input: "proto" diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5d40876b0..2d03f5d68 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,10 +1,5 @@ # Project information. project_name: sonrd - -env: - - CGO_ENABLED=1 - - WASMVM_URL=https://github.com/CosmWasm/wasmvm/releases/download - - COSMWASM_VERSION=v1.2.4 builds: # Build - Linux (amd64) - id: sonrd-linux-amd64