mirror of https://github.com/dapr/java-sdk.git
Fix release script.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
parent
3f464c8ce7
commit
1b040d0e74
|
@ -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./'`
|
||||
|
|
Loading…
Reference in New Issue