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 f549cb6 commit 0a57d43Copy full SHA for 0a57d43
.github/actions/newrelease/action.yml
@@ -34,7 +34,7 @@ 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.1.0
38
git commit -am "Update version to $VERSION"
39
- git push --set-upstream origin develop
+ git push --set-upstream origin Release_v1.1.0
40
shell: bash
0 commit comments