We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50bdebf + 1e15e30 commit 3b17080Copy full SHA for 3b17080
1 file changed
.github/workflows/cli.yml
@@ -71,7 +71,9 @@ jobs:
71
publish:
72
permissions:
73
contents: write
74
- if: startswith(github.ref, 'refs/tags/')
+ # let v3 handle docs
75
+ # if: startswith(github.ref, 'refs/tags/')
76
+ if: false
77
name: publish
78
needs: [test-docs]
79
runs-on: ubuntu-latest
0 commit comments