aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alex Chernyakhovsky <achernya@google.com>2022-08-03 21:38:48 -0400
committerGravatar Alex Chernyakhovsky <achernya@mit.edu>2022-08-03 15:41:12 -1000
commit3afba8985ce572fd292b9286c43303e3d7861f40 (patch)
tree051edb12593e85455c137ef8af571d29ad860309
parent850c1f09556641e0352ec529e956bfda377905c7 (diff)
Actually evaluate the github actions contains() expression for prerelease
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1fac161..11fc322 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -126,7 +126,7 @@ jobs:
# Action always creates releases in "draft" mode, and requires
# a maintainer to publish them
draft: True
- prerelease: contains(github.ref, 'rc')
+ prerelease: ${{ contains(github.ref, 'rc') }}
generate_release_notes: True
files: |
mosh-*.tar.gz