Skip to content

Commit

Permalink
Merge pull request #570 from ava-labs/releaser-url-fix
Browse files Browse the repository at this point in the history
Rename follow up fixes
  • Loading branch information
iansuvak authored Nov 27, 2024
2 parents a08b243 + ef7d755 commit 7900690
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: v1
name: buf.build/ava-labs/icm-relayer
name: buf.build/ava-labs/icm-services
breaking:
use:
- FILE
Expand Down
2 changes: 1 addition & 1 deletion relayer/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ release:
# Default is extracted from the origin remote URL or empty if its private hosted.
github:
owner: ava-labs
name: icm-relayer
name: icm-services
# If tag indicates rc, will mark it as prerelease
prerelease: auto
2 changes: 1 addition & 1 deletion scripts/build_local_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ docker build -t "$relayer_dockerhub_repo:$commit_hash" \
"$RELAYER_PATH" -f "$RELAYER_PATH/Dockerfile" \
--build-arg GO_VERSION=$GO_VERSION

rm $RELAYER_PATH/icm-relayer
rm $RELAYER_PATH/icm-relayer
2 changes: 1 addition & 1 deletion signature-aggregator/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ release:
# Default is extracted from the origin remote URL or empty if its private hosted.
github:
owner: ava-labs
name: icm-relayer
name: icm-services
# If tag indicates rc, will mark it as prerelease
prerelease: auto

0 comments on commit 7900690

Please sign in to comment.