Skip to content

Commit 0213da9

Browse files
authored
Fix release tag transmission in releaser.yml for docs upload (#1606)
Signed-off-by: paul.profizi <[email protected]>
1 parent 311f012 commit 0213da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
upload_docs_release:
6969
name: "Upload stable documentation"
70-
needs: [Publish_to_PyPI]
70+
needs: [Publish_to_PyPI, get_latest_tag]
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: "Download Release Asset - HTML"

0 commit comments

Comments
 (0)