Skip to content

Commit

Permalink
Update cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap authored Nov 27, 2024
1 parent 50bdebf commit 1e15e30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
publish:
permissions:
contents: write
if: startswith(github.ref, 'refs/tags/')
# let v3 handle docs
# if: startswith(github.ref, 'refs/tags/')
if: false
name: publish
needs: [test-docs]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e15e30

Please sign in to comment.