We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724a6ca commit 961054eCopy full SHA for 961054e
1 file changed
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
run: pnpm build
33
working-directory: website
34
env:
35
- DOCS_VERSION: ${{ github.ref_name }}
+ DOCS_VERSION: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || '' }}
36
37
- uses: actions/upload-pages-artifact@v4
38
with:
0 commit comments