ci: 15.0.2

This commit is contained in:
FalsePattern 2024-06-02 21:15:52 +02:00
parent 0fde401101
commit d73a7945ad
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 5 additions and 3 deletions

View file

@ -17,6 +17,8 @@ Changelog structure reference:
## [Unreleased] ## [Unreleased]
## [15.0.2]
### Fixed ### Fixed
- Zig - Zig

View file

@ -26,17 +26,17 @@ if [[ -z "${PRIVATE_KEY_PASSWORD}" ]]; then
exit 1 exit 1
fi fi
if [[ -z "${MAVEN_DEPLOY_USER}"]]; then if [[ -z "${MAVEN_DEPLOY_USER}" ]]; then
echo "MAVEN_DEPLOY_USER missing!" echo "MAVEN_DEPLOY_USER missing!"
exit 1 exit 1
fi fi
if [[ -z "${MAVEN_DEPLOY_PASSWORD}"]]; then if [[ -z "${MAVEN_DEPLOY_PASSWORD}" ]]; then
echo "MAVEN_DEPLOY_USER missing!" echo "MAVEN_DEPLOY_USER missing!"
exit 1 exit 1
fi fi
if [[ -z "${IJ_PUBLISH_TOKEN}"]]; then if [[ -z "${IJ_PUBLISH_TOKEN}" ]]; then
echo "MAVEN_DEPLOY_USER missing!" echo "MAVEN_DEPLOY_USER missing!"
exit 1 exit 1
fi fi