File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
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
@@ -114,7 +119,6 @@ jobs:
114
119
115
120
release :
116
121
name : Build and publish
117
- needs : build-dylib
118
122
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
119
123
permissions :
120
124
# Required to publish a release
You can’t perform that action at this time.
0 commit comments