Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b43c1 commit 0999301Copy full SHA for 0999301
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
name: Create and publish
47
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
48
env:
49
- CODER_RELEASE: ${{ github.event.inputs.snapshot == false }}
+ CODER_RELEASE: ${{ github.event.inputs.snapshot == 'false' }}
50
CODER_RELEASE_INCREMENT: ${{ github.event.inputs.increment }}
51
CODER_RELEASE_DRAFT: ${{ github.event.inputs.draft }}
52
CODER_DRY_RUN: ${{ github.event.inputs.dry_run || github.event.inputs.snapshot }}
0 commit comments