From 2632ba23830e8b07cdf6df1f53b5ed8ddd0a9cd8 Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg <40472110+akgarg06@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:53:29 +0530 Subject: [PATCH] Update action.yml --- .github/actions/newrelease/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/newrelease/action.yml b/.github/actions/newrelease/action.yml index fe70ad72..a3cb1cc3 100644 --- a/.github/actions/newrelease/action.yml +++ b/.github/actions/newrelease/action.yml @@ -37,5 +37,5 @@ runs: git checkout -b Release_v1.9.2 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