Fix release script.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
Artur Souza 2023-10-03 10:33:08 -07:00
parent 3f464c8ce7
commit 1b040d0e74
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
set -uex
DAPR_JAVA_SDK_VERSION=$1
# The workflows sdk tracks the regular SDK minor and patch versions, just not the major.
# Replaces the workflows SDK major version to 0 until it is stable.
DAPR_JAVA_WORKFLOWS_SDK_VERSION=`echo $DAPR_JAVA_SDK_VERSION | sed 's/^[0-9]*\./0./'`