Skip to content

Commit

Permalink
Syncing submodules in the update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Jul 14, 2023
1 parent d1c3ca0 commit b99c76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function sed_runner() {

# .gitmodules
git submodule set-branch -b branch-${NEXT_SHORT_TAG} morpheus_utils
git submodule update --remote

# Root CMakeLists.txt
sed_runner 's/'"VERSION ${CURRENT_FULL_VERSION}.*"'/'"VERSION ${NEXT_FULL_VERSION}"'/g' CMakeLists.txt
Expand Down

0 comments on commit b99c76d

Please sign in to comment.