diff --git a/.github/actions/newrelease/action.yml b/.github/actions/newrelease/action.yml index fe70ad72..f570a686 100644 --- a/.github/actions/newrelease/action.yml +++ b/.github/actions/newrelease/action.yml @@ -34,8 +34,8 @@ runs: #./ensure-license.sh git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git checkout -b Release_v1.9.2 + git checkout -b Release_v1.9.3 git add cap-notebook/version.txt git commit -am "Update version to $VERSION" - git push --set-upstream origin Release_v1.9.2 + git push --set-upstream origin Release_v1.9.3 shell: bash