File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 167167 required : true
168168 default : ' build'
169169
170+ build-before-publish-script-name :
171+ description : |
172+ The name of a build before publish script
173+ type : string
174+ required : false
175+
170176 is-electron-application :
171177 description : |
172178 If 'true' enables cache for an Electron application,
@@ -799,7 +805,7 @@ jobs:
799805 PNPM_VERSION : ${{ needs.metadata.outputs.pnpm-version }}
800806 # PL_DOCKER_REGISTRY_PUSH_TO: "quay.io/milaboratories/pl-containers" # until MILAB-4008 is resolved
801807 with :
802- build-script-name : ${{ inputs.build-script-name }}
808+ build-script-name : ${{ inputs.build-before-publish-script-name || inputs.build- script-name }}
803809 tests : ' false'
804810 test-script-name : ${{ inputs.test-script-name }}
805811 pnpm-recursive-build : ${{ inputs.pnpm-recursive-build }}
You can’t perform that action at this time.
0 commit comments