From c64c364e8a4c9ecc993251f32c2e3e0fc3323774 Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg <40472110+akgarg06@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:54:49 +0530 Subject: [PATCH] Update action.yml --- .github/actions/newrelease/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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