Skip to content

Commit 0e02f65

Browse files
Update release branch from v1.6.3 to v1.6.4
1 parent 81c5979 commit 0e02f65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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 Release_v1.6.3
37+
git checkout -b Release_v1.6.4
3838
git add cap-notebook/version.txt
3939
git commit -am "Update version to $VERSION"
40-
git push --set-upstream origin Release_v1.6.3
40+
git push --set-upstream origin Release_v1.6.4
4141
shell: bash

0 commit comments

Comments
 (0)