Actually evaluate the github actions contains() expression for prerelease

This commit is contained in:
Alex Chernyakhovsky
2022-08-03 21:38:48 -04:00
committed by Alex Chernyakhovsky
parent 850c1f0955
commit 3afba8985c
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
# Action always creates releases in "draft" mode, and requires # Action always creates releases in "draft" mode, and requires
# a maintainer to publish them # a maintainer to publish them
draft: True draft: True
prerelease: contains(github.ref, 'rc') prerelease: ${{ contains(github.ref, 'rc') }}
generate_release_notes: True generate_release_notes: True
files: | files: |
mosh-*.tar.gz mosh-*.tar.gz