Skip to content

Commit 23a6151

Browse files
committed
Use github.ref to get tag version
1 parent c699c82 commit 23a6151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-site-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
mkdocs-material-
3030
- run: pip install mkdocs-open-in-new-tab mike
3131
- run: pip install mkdocs-material
32-
- run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
32+
- run: mike deploy --push --update-aliases ${{ github.ref }} latest

0 commit comments

Comments
 (0)