We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681f1cc commit 560a148Copy full SHA for 560a148
.github/workflows/release.yml
@@ -18,11 +18,6 @@ on:
18
required: False
19
default: LuxCore Wheels
20
type: string
21
- luxcore-ref:
22
- description: "LuxCore ref to checkout for build (default: current branch)"
23
- required: True
24
- default: ''
25
- type: string
26
allow-updates:
27
description: "Update existing release (if any)"
28
required: True
@@ -48,7 +43,6 @@ jobs:
48
43
uses: LuxCoreRender/LuxCore/.github/workflows/wheels.yml@cbbdcbcd4119a981b36599a362c8792bdb7f0711
49
44
with:
50
45
repository: LuxCoreRender/LuxCore
51
- ref: ${{ inputs.luxcore-ref }}
52
46
53
47
create-release:
54
name: 'Create release'
0 commit comments