Skip to content

Commit

Permalink
fix the tag-prefix for GH action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
iansuvak committed Dec 9, 2024
1 parent d95b36a commit 183c588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_icm_relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Release icm-relayer
on:
push:
tags:
- "icm-relayer/*"
- "icm-relayer-*"

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_signature_aggregator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Release signature-aggregator
on:
push:
tags:
- "signature-aggregator/*"
- "signature-aggregator-*"

jobs:
release:
Expand Down

0 comments on commit 183c588

Please sign in to comment.