Skip to content

Commit 299f591

Browse files
committed
GH action: adding prerelease back
Addin the prerelease tag back Signed-off-by: Flavio Castelli <fcastelli@suse.com>
1 parent 0937a21 commit 299f591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
release_id: `${RELEASE_ID}`,
129129
draft: false,
130130
tag_name: `${TAG_NAME}`,
131-
name: `${TAG_NAME}`
131+
name: `${TAG_NAME}`,
132+
prerelease: `${{ contains(github.event.workflow_run.head_branch, '-alpha') || contains(github.event.workflow_run.head_branch, '-beta') || contains(github.event.workflow_run.head_branch, '-rc') }}`,
132133
});
133134
134135
- name: Trigger chart update

0 commit comments

Comments
 (0)