Skip to content

Commit

Permalink
[INFR] Updated workflow to update the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 13, 2024
1 parent 2d49a5a commit 347a9d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
composer config -g github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
composer install
- name: Update Wiki
- name: Update ChangeLog
continue-on-error: true
run: |
php -f make/genchangelog.php
rm -f CHANGELOG.md
mv make/CHANGELOG.md .
git clone https://$GH_PAT@github.com/horstoeko/zugferd.git zf
mv make/CHANGELOG.md zf
cd zf
git config user.name "HorstOeko"
git config user.email "horstoeko@erling.com.de"
git add ./CHANGELOG.md
Expand Down

0 comments on commit 347a9d3

Please sign in to comment.