This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
chore(container): update image ghcr.io/bjw-s/calibre-web to 5bd1c1c #731
This file contains 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
--- | |
name: "Draft Release" | |
on: | |
workflow_dispatch: | |
push: | |
branches: ["main"] | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: release-drafter/release-drafter@65c5fb495d1e69aa8c08a3317bc44ff8aabe9772 # v5.24.0 | |
with: | |
config-name: release-drafter.yaml | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |