Skip to content

Commit d7f16b6

Browse files
committed
Revert "Skip notarising MacOS package on release"
This reverts commit a1b3e24.
1 parent d954c42 commit d7f16b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/package-plugin/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ runs:
6868
if (( ${+RUNNER_DEBUG} )) package_args+=(--debug)
6969
7070
if [[ '${{ inputs.codesign }}' == 'true' ]] package_args+=(--codesign)
71+
if [[ '${{ inputs.notarize }}' == 'true' ]] package_args+=(--notarize)
7172
if [[ '${{ inputs.package }}' == 'true' ]] package_args+=(--package)
7273
7374
.github/scripts/package-macos ${package_args}

0 commit comments

Comments
 (0)