Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the version release workflow (#89)
The version release workflow added in #87 had a few issues, which are all fixed in this PR: - the step to create the git tag did not check out the repository, nor did it configure the git credentials properly - the same version string was used for both tagging and building the docs, while we currently use the `vX.Y.Z` format for the tag and `X.Y.Z` for the docs version - the doc building step did not specify a dependency on the tagging step, which meant it would run and publish the docs even if tagging was not successful
- Loading branch information