Skip to content

Commit aaf139e

Browse files
committed
Update ref to main
1 parent 3e7b8cf commit aaf139e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454
- name: Commit version bump
5555
env:
5656
NEXT_VERSION: ${{ steps.bump_version.outputs.next_version }}
57-
BRANCH_NAME: github_actions
5857
run: |
5958
git config user.name "github-actions[bot]"
6059
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6160
git add --all
6261
git commit -m "Prepare version $NEXT_VERSION for development [skip ci]"
63-
git pull --rebase origin $BRANCH_NAME
64-
git push origin HEAD:$BRANCH_NAME
62+
git pull --rebase origin main
63+
git push origin HEAD:main

0 commit comments

Comments
 (0)