Skip to content

Commit 292db29

Browse files
authored
Merge pull request #1613 from prometheus-community/superq/fixup_tag_match
Fixup release tag matching
2 parents 78b97ac + b1735ed commit 292db29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: |
8686
(github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
8787
&&
88-
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v.'))
88+
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0.'))
8989
steps:
9090
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9191
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5

0 commit comments

Comments
 (0)