Skip to content

Commit e8c90ee

Browse files
committed
Added prerelease with rc match
1 parent 0ff2172 commit e8c90ee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitea/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
files: |-
5656
dist/qu-*
5757
dist/SHA256SUMS
58+
pre_release: ${{ contains(github.ref_name, 'rc-') }}
5859
api_key: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ jobs:
5757
dist/SHA256SUMS
5858
fail_on_unmatched_files: true
5959
generate_release_notes: true
60+
prerelease: ${{ contains(github.ref_name, 'rc-') }}
6061
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)