Reverting a Release

If, after creating a Release, you need to revert back to a previous state it's possible to do so.

  1. Go to the repo in GitHub

  2. Go to Actions and select the appropriate deployment action (i.e. deployment/production)

  3. Click the "Run Workflow" button image

  4. Select the branch from which you wish to deploy (this should be Main)

  5. Enter a ref that identifies the repo state you wish to deploy. The ref input can be;

    1. a commit hash like 0f7eee42a58e56978cfa9066a0667b5aa6ada7a6
    2. a branch name like refs/heads/main
    3. a tag like refs/heads/2025-06-25