Skip to content

Commit

Permalink
ci: set prerelease bit for GH releases
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <2196685+viccuad@users.noreply.github.com>
  • Loading branch information
viccuad authored Jul 21, 2023
1 parent 0ec0e6a commit 8b536cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
release_id: `${RELEASE_ID}`,
draft: false,
tag_name: `${TAG_NAME}`,
name: `${TAG_NAME}`
name: `${TAG_NAME}`,
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') }}`
});
- name: Trigger chart update
Expand Down

0 comments on commit 8b536cf

Please sign in to comment.