I originally created a release with tag v1.0.0 while immutable releases were enabled.
Later, I discovered an issue and decided to rebuild and re-release the same version. To do this, I deleted the release and deleted the v1.0.0 tag.
When I attempted to recreate and push the v1.0.0 tag, GitHub rejected the push because immutable releases were enabled and the tag could not be reused.
I then disabled immutable releases for the repository and tried again. However, I still cannot recreate or push the v1.0.0 tag.
I tried to roll back to the original state by creating tag v1.0.0 on the original commit (the deleted one) then pushed to Github but still can not.
Now the tag v1.0.0 is basically gone, it is nowhere to be found, can not be recreated
Are there any way i can restore it to the original state or better to override it after immutable release is disabled