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 44bbe10 commit e073639Copy full SHA for e073639
.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 }}
+ CODER_RELEASE: ${{ !(github.event.inputs.snapshot) }}
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