Skip to content

Commit f4f657a

Browse files
committed
build prereleases from rc tags
1 parent bb0ef18 commit f4f657a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
tag_name: ${{ github.ref }}
2323
release_name: Release ${{ github.ref }}
2424
draft: true
25-
prerelease: false
25+
prerelease: ${{ contains(github.ref, '-rc.') }}
2626

2727
build:
2828
name: Build and publish release asset

0 commit comments

Comments
 (0)