10.2.0
Add --force to the release pushes performed by the CI

If the `deploy` step fails, the Github Actions run will be two commits
behind the tip of the branch. We must allow the workflow to remove the
last two (automatic) commits from the branch.

Repos should use a `concurrency` setting to prevent Github Actions from
removing manually added commits.
1 file changed