Skip to content

Commit

Permalink
Update BuildMultiplatform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Dec 21, 2024
1 parent 7cec144 commit 49d7b3b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/BuildMultiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,35 +243,3 @@ jobs:
loaders: forge

changelog-file: ./CHANGELOG-*.md

update-changelogs:
name: Update Changelogs
runs-on: ubuntu-latest
needs: [release]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Download changelog
uses: actions/download-artifact@v4
with:
name: changelog
path: pax/changelogs

- name: Move changelogs
run: |
rm CHANGELOG.md
cp pax/changelogs/TEMPLATE.md CHANGELOG.md
- name: Commit changelogs
run: |
git add .
git config --local user.name "Juraj Hrivnak"
git config --local user.email "juraj-hrivnak@users.noreply.github.com"
git commit -m "Automatically update changelogs" -a
- name: Push changelogs
uses: ad-m/github-push-action@v0.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main

0 comments on commit 49d7b3b

Please sign in to comment.