Skip to content

Commit 3b17080

Browse files
authored
Merge pull request #2015 from urfave/update_docs_v2
Docs: Update cli.yml
2 parents 50bdebf + 1e15e30 commit 3b17080

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)