Reverting a Release
If, after creating a Release, you need to revert back to a previous state it's possible to do so.
-
Go to the repo in GitHub
-
Go to Actions and select the appropriate deployment action (i.e. deployment/production)
-
Click the "Run Workflow" button
-
Select the branch from which you wish to deploy (this should be Main)
-
Enter a ref that identifies the repo state you wish to deploy. The ref input can be;
- a commit hash like 0f7eee42a58e56978cfa9066a0667b5aa6ada7a6
- a branch name like refs/heads/main
- a tag like refs/heads/2025-06-25