Skip to content

Commit d5c12e2

Browse files
committed
uncomment publishRelease.py call in post-release.sh
1 parent 991be40 commit d5c12e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/post-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SC_RELEASE_TAG="v$SC_VERSION"
88
#####################
99
### publish pre-prepared release (tag is created)
1010
#####################
11-
# python $CUR/CI/publishRelease.py "$SC_RELEASE_TAG"
11+
python $CUR/CI/publishRelease.py "$SC_RELEASE_TAG"
1212

1313
#####################
1414
### update the version to next snapshot in maven project with set version

0 commit comments

Comments
 (0)