Skip to content

Commit eacd05f

Browse files
Fix github.repository in release.yml (#1597)
Signed-off-by: Cristian Greco <[email protected]>
1 parent 2f9e7f9 commit eacd05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
needs: [build, verify]
1313
if: |
14-
(*github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
14+
(github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
1515
&&
1616
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v.'))
1717
steps:

0 commit comments

Comments
 (0)