Skip to content

Commit 735c08f

Browse files
Fix typo in ci.yaml
- This is preventing the release job from being triggered Signed-off-by: Tom Kennedy <ktom@vmware.com> Signed-off-by: Tom Kennedy <10608054+tomkennedy513@users.noreply.github.com>
1 parent c42dcf1 commit 735c08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ jobs:
427427
- build-init-windows-image
428428
- completion-windows-image
429429
- lifecycle-image
430-
if: ${{ startsWith(github.ref, 'refs/tag/v') }}
430+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
431431
runs-on: ubuntu-latest
432432
steps:
433433
- name: Checkout

0 commit comments

Comments
 (0)