File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
- stable
12
12
release_notes :
13
13
description : Release notes for the publishing the release. This is required to create a release.
14
+ build_dylib :
15
+ type : boolean
16
+ required : true
17
+ default : false
14
18
dry_run :
15
19
description : Perform a dry-run release (devel). Note that ref must be an annotated tag when run without dry-run.
16
20
type : boolean
34
38
jobs :
35
39
# build-dylib is a separate job to build the dylib on macOS.
36
40
build-dylib :
37
- runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
41
+ if : inputs.build_dylib
42
+ runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
38
43
steps :
39
44
# Harden Runner doesn't work on macOS.
40
45
- name : Checkout
You can’t perform that action at this time.
0 commit comments