Skip to content

Commit

Permalink
[INFR] Fix build.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 15, 2024
1 parent c8b40a1 commit 335376c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,22 +202,6 @@ jobs:
name: Build log artifacts for ubuntu-24.04 PHP 8.4 (Release)
path: build/logs

- name: Update ChangeLog
continue-on-error: true
run: |
php -f make/genchangelog.php all
git clone https://$GH_PAT@github.com/horstoeko/zugferd.git zfchangelog
mv -f make/CHANGELOG.md zfchangelog
cd zfchangelog
git config user.name "HorstOeko"
git config user.email "horstoeko@erling.com.de"
if [ -n "$(git status --porcelain)" ]; then
git add ./CHANGELOG.md
git commit -m "[DOC] Automatic update of the CHANGELOG.md"
git push
fi
cd ..
- name: Update Wiki
continue-on-error: true
run: |
Expand Down

0 comments on commit 335376c

Please sign in to comment.