Skip to content

Commit 1e15e30

Browse files
authored
Update cli.yml
1 parent 50bdebf commit 1e15e30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cli.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
publish:
7272
permissions:
7373
contents: write
74-
if: startswith(github.ref, 'refs/tags/')
74+
# let v3 handle docs
75+
# if: startswith(github.ref, 'refs/tags/')
76+
if: false
7577
name: publish
7678
needs: [test-docs]
7779
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)