aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-01 00:29:10 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-01 00:29:10 -0400
commitb0d3f180a5e23704a20ccf8262df9b8703b744e4 (patch)
tree37a0e2165b6fb6fd4e5adc40683f706c89f381be /.github
parenta6d9dc7d142e004c4f94865b866b5bb7f1e938f6 (diff)
Mark alpha and beta releases as pre-releases.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 02141fc2..288b997d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -127,7 +127,10 @@ jobs:
with:
name: ${{ needs.build.outputs.version }}
tag: textadept_${{ needs.build.outputs.version }}
- prerelease: ${{ needs.build.outputs.version == 'nightly' }}
+ prerelease: |
+ ${{ needs.build.outputs.version == 'nightly' ||
+ contains(needs.build.outputs.version, 'alpha') ||
+ contains(needs.build.outputs.version, 'beta') }}
allowUpdates: true
bodyFile: log.md
artifacts: src/textadept_*