Skip to content

Commit 10df7b0

Browse files
Update action.yml
1 parent dd72d98 commit 10df7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/newrelease/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ runs:
3434
#./ensure-license.sh
3535
git config --global user.name 'github-actions[bot]'
3636
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
37-
git checkout -b develop
37+
git checkout -b Release_v1.4.1
3838
git add cap-notebook/version.txt
3939
git commit -am "Update version to $VERSION"
40-
git push --set-upstream origin develop
40+
git push --set-upstream origin Release_v1.4.1
4141
shell: bash

0 commit comments

Comments
 (0)