We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78b97ac + b1735ed commit 292db29Copy full SHA for 292db29
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
if: |
86
(github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
87
&&
88
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v.'))
+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0.'))
89
steps:
90
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
0 commit comments