The GitHub Workflow is incorrectly assigning the latest main branch commit to tags when ran from a different branch.
For example, if you run AutomatedRelease.yml from sample-branch, even if sample-branch's latest commit is abcdef, it'll produce tags targeting commit 1234567 from main.
The GitHub Workflow is incorrectly assigning the latest main branch commit to tags when ran from a different branch.
For example, if you run AutomatedRelease.yml from sample-branch, even if sample-branch's latest commit is abcdef, it'll produce tags targeting commit 1234567 from main.