Skip to content

Commit

Permalink
Merge branch 'update/v1.1.0' into chains/mainnet-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Nov 23, 2023
2 parents 44ba9a1 + b9623b5 commit 22422b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packages-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
workdir: ./cmd/rarimo-cored
args: release --clean --config ./.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
workdir: ./cmd/rarimo-cored
args: release --clean --config ./.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
before:
hooks:
- go mod tidy

builds:
- id: linux-amd64-build
main: ./cmd/rarimo-cored
binary: rarimo-core
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 22422b7

Please sign in to comment.