File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ builds:
13
13
flags :
14
14
- -mod=readonly
15
15
ldflags :
16
- - -s -w -X github.com/icon-project/ibc-relay /v2/cmd.Version={{ .Tag }}
16
+ - -s -w -X github.com/cosmos/relayer /v2/cmd.Version={{ .Tag }}
17
17
- id : darwin-arm64
18
18
main : ./main.go
19
19
binary : rly
@@ -27,7 +27,7 @@ builds:
27
27
flags :
28
28
- -mod=readonly
29
29
ldflags :
30
- - -s -w -X github.com/icon-project/ibc-relay /v2/cmd.Version={{ .Tag }}
30
+ - -s -w -X github.com/cosmos/relayer /v2/cmd.Version={{ .Tag }}
31
31
- id : linux-amd64
32
32
main : ./main.go
33
33
binary : rly
@@ -41,7 +41,7 @@ builds:
41
41
flags :
42
42
- -mod=readonly
43
43
ldflags :
44
- - -s -w -X github.com/icon-project/ibc-relay /v2/cmd.Version={{ .Tag }}
44
+ - -s -w -X github.com/cosmos/relayer /v2/cmd.Version={{ .Tag }}
45
45
- id : linux-arm64
46
46
main : ./main.go
47
47
binary : rly
You can’t perform that action at this time.
0 commit comments