Skip to content

Commit 1c79c97

Browse files
Merge pull request #546 from loathingKernel/develop
workflows: work-around github's stupidity
2 parents 2ce7932 + 12af5a2 commit 1c79c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Prepare
2828
uses: ./.github/workflows/_job_version.yml
2929
with:
30-
prerelease: ${{ inputs.prerelease == 'true' }}
30+
prerelease: ${{ inputs.prerelease || false }}
3131

3232
title:
3333
needs: version

0 commit comments

Comments
 (0)