ci(deploy): fix reading wrong branch for changelog

This commit is contained in:
Jake Stanger
2022-08-15 21:26:13 +01:00
parent 5ec46b2a2a
commit 917838c98c

View File

@@ -36,7 +36,7 @@ jobs:
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
branch: master
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md