Skip to content

Commit 88326f2

Browse files
authored
Explicit tag push
1 parent 521fbbc commit 88326f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
git commit -m "Update docs for version $GITHUB_REF_NAME [skip ci]" || echo "No changes to commit"
4646
git push origin generated-docs --force
4747
git tag docs/$GITHUB_REF_NAME
48-
git push origin docs/$GITHUB_REF_NAME
48+
git push origin tag docs/$GITHUB_REF_NAME

0 commit comments

Comments
 (0)