From 3121d5365b9a13570531288f6fe2cd4b3f29ec1f Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Fri, 9 May 2025 09:55:16 +0200 Subject: macos notary fix to allow beta releases (#3710) build.yml fixed issue with if conditon not seeing tags properly --- bin/build-distribution-archives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index c194a81b..72da7c7b 100644 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -50,7 +50,7 @@ if [ "$BUILD" = "osx" ]; then --scripts installer_scripts/scripts \ --install-location ${PKG_INSTALL_PATH}inkstitch.app \ artifacts/inkstitch-${VERSION}-${OS}-${ARCH}.pkg - if [[ "${GITHUB_REF}" =~ ^refs/tags/v[0-9.]+$ || $NOTARIZE_DEVELOPMENT_BUILDS == true ]]; then + if [[ "${GITHUB_REF}" =~ ^refs/tags/v[0-9.]+ || $NOTARIZE_DEVELOPMENT_BUILDS == true ]]; then echo "Notary starting" echo "Adding keychain item for notarytool" xcrun notarytool store-credentials "inkstitch-profile" \ -- cgit v1.2.3