Skip to content

Commit

Permalink
Set haveNotarizationUser to false
Browse files Browse the repository at this point in the history
If no signing variables are set
  • Loading branch information
dimtpap committed Apr 2, 2024
1 parent 243dffd commit 9c73d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-macos-codesigning/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ runs:
print "codesignTeam=${team_id}" >> $GITHUB_OUTPUT
} else {
print 'haveCodesignIdent=false' >> $GITHUB_OUTPUT
print 'haveNotarizationUser=false' >> $GITHUB_OUTPUT
}
- name: Provisioning Profile 👤
Expand Down

0 comments on commit 9c73d09

Please sign in to comment.