Skip to content

Commit 92551a0

Browse files
committed
fix: helm release not skipped when e2e is skipped; create as draft
1 parent 47f2491 commit 92551a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ jobs:
108108
dist/*.tgz \
109109
--notes-file .release_notes \
110110
--title "helm-v${{ needs.detect.outputs.chart_version }}" \
111+
--draft \
111112
$([[ "$is_prerelease" == "true" ]] && echo "--prerelease")

0 commit comments

Comments
 (0)