Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: specify origin when determining previous SHA
Since the workflow is triggered on a git tag, git rev-parse will say "fatal: Needed a single revision” if you don't specify origin/main.
- Loading branch information