Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit a30e194

Browse files
mzcydevCopilot
andauthored
Update .github/workflows/release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 20a753b commit a30e194

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
@@ -82,7 +82,7 @@ jobs:
8282
release_name: ${{ steps.vars.outputs.version }}
8383
draft: false
8484
# Always prerelease if we're on dev, otherwise only for -SNAPSHOT
85-
prerelease: ${{ github.ref == 'refs/heads/dev' || endsWith( steps.vars.outputs.version, '-SNAPSHOT' ) }}
85+
prerelease: ${{ (github.ref == 'refs/heads/dev') || (endsWith(steps.vars.outputs.version, '-SNAPSHOT')) }}
8686

8787
- name: Upload JAR
8888
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)