Skip to content

Commit c70392e

Browse files
committed
prerelease
1 parent 22b9d5a commit c70392e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ jobs:
136136
token: ${{ secrets.GITHUB_TOKEN }}
137137
tag: ${{ steps.bump.outputs.new_tag }}
138138
makeLatest: ${{ !contains(steps.bump.outputs.new_tag, 'beta') }}
139+
prerelease: ${{ contains(steps.bump.outputs.new_tag, 'beta') }}

0 commit comments

Comments
 (0)