We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c5979 commit 0e02f65Copy full SHA for 0e02f65
1 file changed
.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.6.3
+ git checkout -b Release_v1.6.4
38
git add cap-notebook/version.txt
39
git commit -am "Update version to $VERSION"
40
- git push --set-upstream origin Release_v1.6.3
+ git push --set-upstream origin Release_v1.6.4
41
shell: bash
0 commit comments