Skip to content

Commit 0a57d43

Browse files
Update action.yml (#126)
1 parent f549cb6 commit 0a57d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/newrelease/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
#./ensure-license.sh
3535
git config --global user.name 'github-actions[bot]'
3636
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
37-
git checkout -b develop
37+
git checkout -b Release_v1.1.0
3838
git commit -am "Update version to $VERSION"
39-
git push --set-upstream origin develop
39+
git push --set-upstream origin Release_v1.1.0
4040
shell: bash

0 commit comments

Comments
 (0)