Skip to content

Commit 8682902

Browse files
committed
fix pipeline
1 parent 840b4ce commit 8682902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
write-krew:
129129
name: Write krew manifest file
130130
runs-on: ubuntu-latest
131-
if: github.tag != ''
131+
if: github.ref_type == 'tag'
132132
env:
133133
HUB_OS: linux
134134
needs:

0 commit comments

Comments
 (0)