We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7b8cf commit aaf139eCopy full SHA for aaf139e
.github/workflows/publish.yml
@@ -54,11 +54,10 @@ jobs:
54
- name: Commit version bump
55
env:
56
NEXT_VERSION: ${{ steps.bump_version.outputs.next_version }}
57
- BRANCH_NAME: github_actions
58
run: |
59
git config user.name "github-actions[bot]"
60
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
61
git add --all
62
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
+ git pull --rebase origin main
+ git push origin HEAD:main
0 commit comments