Skip to content

Commit 37ad7b3

Browse files
committed
Fix pre-release condition
1 parent 144299d commit 37ad7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
release_name: Version ${{ needs.package.outputs.version }}
5656
body: ${{ github.event.head_commit.message }}
5757
draft: false
58-
prerelease: github.ref == 'refs/heads/prerelease'
58+
prerelease: ${{ github.ref }} == 'refs/heads/prerelease'

0 commit comments

Comments
 (0)