Skip to content

Commit

Permalink
remove slashes from tag-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
iansuvak committed Dec 3, 2024
1 parent 6725b36 commit 0cf6246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relayer/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project_name: icm-relayer
version: 2
monorepo:
tag_prefix: icm-relayer/
tag_prefix: icm-relayer-
builds:
- id: icm-relayer
main: ./relayer/main/main.go
Expand Down
2 changes: 1 addition & 1 deletion signature-aggregator/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project_name: signature-aggregator
version: 2
monorepo:
tag_prefix: signature-aggregator/
tag_prefix: signature-aggregator-
builds:
- id: signature-aggregator
main: ./signature-aggregator/main/main.go
Expand Down

0 comments on commit 0cf6246

Please # to comment.