Skip to content

Commit bb8a5df

Browse files
Update action.yml
1 parent 9711e0a commit bb8a5df

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

0 commit comments

Comments
 (0)