Skip to content

Commit

Permalink
chore: use correct branch to push CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hornhead <[email protected]>
  • Loading branch information
marchingon12 committed May 12, 2024
1 parent 6219af7 commit 4d75839
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
name: Build/Sign APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Setup build tool version variable
shell: bash
Expand Down Expand Up @@ -86,7 +88,7 @@ jobs:
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
branch: ${{ github.head_ref }}
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md

Expand Down

0 comments on commit 4d75839

Please sign in to comment.