Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: revert back to running git fetch --tags manually
checkout@v4 fetch-tags: true does not seem to work as expected [1]. Version matrix ends up missing the tag for stable: matrix={"include":[{"ref":"master","name":"dev"},{"ref":"","name":"stable"}]} Work around this by reverting back to running git fetch --tags manually. [1] actions/checkout#1781
- Loading branch information