We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a57d43 commit d807cc1Copy full SHA for d807cc1
.github/actions/newrelease/action.yml
@@ -35,6 +35,7 @@ runs:
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
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
41
shell: bash
0 commit comments