1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00

Notarize even when not publishing

This commit is contained in:
Tae Won Ha 2020-01-23 19:06:53 +01:00
parent 8561713ac9
commit fbd19d75f3
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -89,11 +89,6 @@ echo "### Compund version: ${compound_version}"
echo "### Tag: ${tag}"
echo "### VimR archive file name: ${vimr_file_name}"
if [[ "${publish}" == false ]] ; then
echo "Do not publish => exiting now..."
exit 0
fi
echo "### Notarizing"
pushd ./build/Build/Products/Release > /dev/null
codesign \
@ -117,6 +112,11 @@ pushd ./build/Build/Products/Release > /dev/null
tar cjf ${vimr_file_name} VimR.app
popd > /dev/null
if [[ "${publish}" == false ]] ; then
echo "Do not publish => exiting now..."
exit 0
fi
./bin/commit_and_push_tags.sh
./bin/create_github_release.sh