Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 30, 2023
1 parent d1e96ee commit bbf0997
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 0 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bbf0997

Please sign in to comment.