Skip to content

Commit

Permalink
Fix github.repository in release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Greco <[email protected]>
  • Loading branch information
cristiangreco authored Dec 19, 2024
1 parent 2f9e7f9 commit 725e700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, verify]
if: |
(*github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
(github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
&&
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v.'))
steps:
Expand Down

0 comments on commit 725e700

Please sign in to comment.