Skip to content

Commit cedd60f

Browse files
committed
Fix: Build the krew based on -krew in the release name
This is expected to allow release of the supportpkg krew plugin independent of the debug container image
1 parent 7d01e3b commit cedd60f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15+
if: endsWith(github.event.release.tag_name, '-krew')
1516
permissions:
1617
contents: write
1718

0 commit comments

Comments
 (0)