Skip to content

Commit b1735ed

Browse files
committed
Fixup release tag matching
The action filter `startsWith()` is a string literal, not a regexp. Signed-off-by: SuperQ <[email protected]>
1 parent 78b97ac commit b1735ed

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)