We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9711e0a commit bb8a5dfCopy full SHA for bb8a5df
.github/actions/newrelease/action.yml
@@ -34,8 +34,8 @@ runs:
34
#./ensure-license.sh
35
git config --global user.name 'github-actions[bot]'
36
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
37
- git checkout -b Release_v1.1.0
+ git checkout -b Release_v1.2.0
38
git add cap-notebook/version.txt
39
git commit -am "Update version to $VERSION"
40
- git push --set-upstream origin Release_v1.1.0
+ git push --set-upstream origin Release_v1.2.0
41
shell: bash
0 commit comments