File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 25
25
snapshot :
26
26
description : Force a dev version to be generated, implies dry_run.
27
27
type : boolean
28
- required : true
29
28
default : false
30
29
ignore_missing_commit_metadata :
31
30
description : WARNING! This option disables the requirement that all commits have a PR. Not needed for dry_run.
32
- required : true
33
31
type : boolean
34
32
default : false
35
33
48
46
name : Create and publish
49
47
runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
50
48
env :
51
- CODER_RELEASE : ${{ !( github.event.inputs.snapshot) }}
49
+ CODER_RELEASE : ${{ github.event.inputs.snapshot == false }}
52
50
CODER_RELEASE_INCREMENT : ${{ github.event.inputs.increment }}
53
51
CODER_RELEASE_DRAFT : ${{ github.event.inputs.draft }}
54
52
CODER_DRY_RUN : ${{ github.event.inputs.dry_run || github.event.inputs.snapshot }}
You can’t perform that action at this time.
0 commit comments