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