Skip to content

Commit e69eff9

Browse files
committed
prerelease
1 parent 78fa6db commit e69eff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
tag_name: ${{ github.ref }}
4848
release_name: ${{ github.ref }}
4949
body: ${{ steps.changelog.outputs.text }}
50-
prerelease: ${{ contains(github.ref, '-beta') }}
50+
prerelease: ${{ contains(github.ref, '-alpha') }} || ${{ contains(github.ref, '-beta') }}
5151

5252
- name: Upload zip to release
5353
uses: actions/upload-release-asset@v1.0.1

0 commit comments

Comments
 (0)