Skip to content

Commit 1b040d0

Browse files
committed
Fix release script.
Signed-off-by: Artur Souza <[email protected]>
1 parent 3f464c8 commit 1b040d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update_sdk_version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -uex
44

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

0 commit comments

Comments
 (0)