1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

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