Skip to content

Commit c7235b4

Browse files
Merge pull request buildpacks-community#1263 from buildpacks-community/tomkennedy513-patch-1
Fix typo in ci.yaml
2 parents c42dcf1 + 735c08f commit c7235b4

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)