Skip to content

Commit 69bc5a9

Browse files
committed
fix(ci): close the brackets for release automation
1 parent 250850d commit 69bc5a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
body: ${{ steps.changelog.outputs.content }}
7878
files: target/*.jar
7979
# Automatically marks v1.0.0-beta.1 as a pre-release
80-
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha')
80+
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)