Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0999301

Browse files
committed
ci: Test if string comparison fixes boolean
1 parent d2b43c1 commit 0999301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Create and publish
4747
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
4848
env:
49-
CODER_RELEASE: ${{ github.event.inputs.snapshot == false }}
49+
CODER_RELEASE: ${{ github.event.inputs.snapshot == 'false' }}
5050
CODER_RELEASE_INCREMENT: ${{ github.event.inputs.increment }}
5151
CODER_RELEASE_DRAFT: ${{ github.event.inputs.draft }}
5252
CODER_DRY_RUN: ${{ github.event.inputs.dry_run || github.event.inputs.snapshot }}

0 commit comments

Comments
 (0)