Skip to content

Commit

Permalink
Run notarization step unconditionally
Browse files Browse the repository at this point in the history
In order for haveNotarizationUser to be set to false

a
  • Loading branch information
dimtpap committed Apr 2, 2024
1 parent 243dffd commit 563eb62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/setup-macos-codesigning/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ runs:
- name: Notarization 🧑‍💼
shell: zsh --no-rcs --errexit --pipefail {0}
id: notarization
if: ${{ fromJSON(steps.codesign.outputs.haveCodesignIdent) }}
env:
MACOS_NOTARIZATION_USERNAME: ${{ inputs.notarizationUser }}
MACOS_NOTARIZATION_PASSWORD: ${{ inputs.notarizationPassword }}
Expand Down

0 comments on commit 563eb62

Please sign in to comment.