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
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

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