Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Update README.md

Update README.md #29

Workflow file for this run

name: '📝 Create/Update Release Draft & Release Bump PR'
on:
push:
branches:
- master
paths-ignore:
- build.yaml
workflow_dispatch:
repository_dispatch:
types:
- update-prep-command
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/changelog.yaml@master
with:
repository-name: crobibero/jellyfin-plugin-lrclib
secrets:
token: ${{ secrets.GITHUB_TOKEN }}