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

Skip to content

Commit e073639

Browse files
committed
ci: Test if parens fix boolean output
1 parent 44bbe10 commit e073639

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 }}
49+
CODER_RELEASE: ${{ !(github.event.inputs.snapshot) }}
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)