diff --git a/.github/workflows/deploy_packages.yml b/.github/workflows/deploy_packages.yml index 9cd1b22008..5d0952bf87 100644 --- a/.github/workflows/deploy_packages.yml +++ b/.github/workflows/deploy_packages.yml @@ -82,6 +82,7 @@ jobs: run: git fetch origin '${{ github.event.before }}' - name: Check if release + if: inputs.force_release != 'true' id: release_check run: node scripts/check-if-release.js env: diff --git a/docs/publishing.md b/docs/publishing.md index 15813275de..f90766e7eb 100644 --- a/docs/publishing.md +++ b/docs/publishing.md @@ -140,4 +140,4 @@ process is used to release an emergency fix as version `6.5.1` in the patch rele ### When the release workflow is not triggered for some reason, such as a GitHub incident -Ask one of the maintainers to force push master back to a previous commit and then push the release merge commit again. +Ask one of the maintainers to trigger [the Deploy packages](https://github.com/backstage/backstage/actions/workflows/deploy_packages.yml) workflow with the "Unconditionally trigger the release job to run" checkbox set, on the `master` branch. Please validate first that nothing substantial has been pushed to master since the original failed release attempt! For this reason, it is wise to have the master branch locked until each release has gone through.