Skip to content

Commit

Permalink
Fixes is_trunk function [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed May 11, 2022
1 parent 8b03803 commit d80af9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ should_codesign() {
}

should_notarize() {
[[ ! is_trunk ]]
return $(! is_trunk)
# return 0
}

Expand Down

0 comments on commit d80af9b

Please sign in to comment.