Skip to content

Commit

Permalink
Merge pull request #1613 from prometheus-community/superq/fixup_tag_m…
Browse files Browse the repository at this point in the history
…atch

Fixup release tag matching
  • Loading branch information
SuperQ authored Jan 3, 2025
2 parents 78b97ac + b1735ed commit 292db29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: |
(github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
&&
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v.'))
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0.'))
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
Expand Down

0 comments on commit 292db29

Please sign in to comment.