Skip to content

Commit c075b3c

Browse files
authored
Set prerelease and draft correctly for centos releases (#5769)
1 parent d6787e5 commit c075b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-linux-glibc-2-17.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
uses: softprops/action-gh-release@v1
5353
if: startsWith(github.ref, 'refs/tags/v')
5454
with:
55-
draft: contains(github.ref, 'draft')
56-
prerelease: contains(github.ref, 'draft')
55+
draft: ${{contains(github.ref, 'draft')}}
56+
prerelease: ${{contains(github.ref, 'draft')}}
5757
files: |
5858
${{ steps.package.outputs.SLANG_BINARY_ARCHIVE_ZIP }}
5959
${{ steps.package.outputs.SLANG_BINARY_ARCHIVE_TAR }}

0 commit comments

Comments
 (0)