File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 run : |
3535 git config --global user.name "github-actions"
3636 git config --global user.email "github-actions@github.com"
37- git checkout -b release-branch
37+ git checkout -b release-main
3838
3939 - name : Run semantic-release
4040 env :
@@ -44,15 +44,15 @@ jobs:
4444 semantic-release publish
4545
4646 - name : Push release branch
47- run : git push origin release-branch
47+ run : git push origin release-main
4848
4949 - name : Create PR to main
5050 env :
5151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 run : |
5353 gh pr create \
5454 --base main \
55- --head release-branch \
55+ --head release-main \
5656 --title "Automated Release Updates" \
5757 --body "This pull request contains updates from the semantic-release process." || true
5858
You can’t perform that action at this time.
0 commit comments