chore(master): release 1.24.2 #78
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - "release-please--*" | |
| name: addon-news | |
| jobs: | |
| addon-news: | |
| if: "contains(github.event.head_commit.message, 'chore(master): release')" | |
| runs-on: ubuntu-latest | |
| container: ubuntu:24.04 | |
| steps: | |
| - run: apt-get update && apt-get install -y git xmlstarlet pandoc | |
| - uses: actions/checkout@v6 | |
| with: | |
| fetch-depth: 0 | |
| - run: git config --global --add safe.directory /__w/plugin.video.haru/plugin.video.haru | |
| - run: ./update-news.sh | |
| - uses: stefanzweifel/git-auto-commit-action@v7 | |
| with: | |
| commit_message: "chore: update addon news" |