Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update publish_release.sh
  • Loading branch information
nhachicha authored Jul 16, 2022
commit a75e48ddcbcb7bd2f7fc869600685b483394e76e
2 changes: 1 addition & 1 deletion tools/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi

HERE=$(dirname `realpath "$0"`)
REALM_JAVA_PATH="$HERE/.."
RELEASE_VERSION=""
RELEASE_VERSION="10.11.1"
MAVEN_CENTRAL_USER="$1"
MAVEN_CENTRAL_KEY="$2"
REALM_S3_ACCESS_KEY="$3"
Expand Down