Skip to content

Commit

Permalink
Change to build patch (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlyn authored Mar 13, 2023
1 parent ba44827 commit 517b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ setup_git_branch
checkout_branch ${MAIN}

cd ./canvas_modules/common-canvas
npm version minor
npm version patch
NPM_VERSION=`node -p "require('./package.json').version"`
echo "Updated main build $NPM_VERSION"
commit_changes ${MAIN} "Update Elyra Canvas to version ${NPM_VERSION} [skip ci]"
Expand Down

0 comments on commit 517b552

Please sign in to comment.