Commit 85cf761
authored
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 successful1 parent 16a66c1 commit 85cf761
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
0 commit comments