Skip to content

Commit

Permalink
Fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
c4t committed Apr 15, 2022
1 parent 26e961c commit 1310868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ref. https://goreleaser.com/customization/build/
builds:
- id: avalanche-network-runner
main: ./cmd/avalanche-network-runner
binary: avalanche-network-runner
- id: camino-network-runner
main: ./cmd/camino-network-runner
binary: camino-network-runner
flags:
- -v
ignore:
Expand All @@ -19,5 +19,5 @@ release:
# Repo in which the release will be created.
# Default is extracted from the origin remote URL or empty if its private hosted.
github:
owner: ava-labs
name: avalanche-network-runner
owner: chain4travel
name: camino-network-runner
1 change: 0 additions & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins:
- name: go-grpc
out: .
opt: paths=source_relative
# https://grpc-ecosystem.github.io/grpc-gateway/docs/tutorials/introduction/
- name: grpc-gateway
out: .
opt: paths=source_relative

0 comments on commit 1310868

Please sign in to comment.