diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c823dd7..70903c4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -10,6 +10,10 @@ name: Release PR on: push: branches: [master] + # Lets a run be forced without pushing. Useful because release-please is silent by + # design when there is nothing to release — dispatching it and reading the log is + # the only way to tell "working, nothing to do" apart from "misconfigured". + workflow_dispatch: permissions: contents: write