diff --git a/.github/actions/newrelease/action.yml b/.github/actions/newrelease/action.yml index f570a686..ed9e6812 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.3 + git checkout -b Release_v1.9.4 git add cap-notebook/version.txt git commit -am "Update version to $VERSION" - git push --set-upstream origin Release_v1.9.3 + git push --set-upstream origin Release_v1.9.4 shell: bash