We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de208b4 commit e042362Copy full SHA for e042362
.github/actions/package-plugin/action.yaml
@@ -68,7 +68,6 @@ runs:
68
if (( ${+RUNNER_DEBUG} )) package_args+=(--debug)
69
70
if [[ '${{ inputs.codesign }}' == 'true' ]] package_args+=(--codesign)
71
- if [[ '${{ inputs.notarize }}' == 'true' ]] package_args+=(--notarize)
72
if [[ '${{ inputs.package }}' == 'true' ]] package_args+=(--package)
73
74
.github/scripts/package-macos ${package_args}
0 commit comments