Merge pull request #1511 from urfave/v3-docs-off

Turn off docs publishing from v3 series
This commit is contained in:
Dan Buch 2022-10-02 20:08:54 -04:00 committed by GitHub
commit a529996bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,10 @@ jobs:
git diff --cached --exit-code git diff --cached --exit-code
publish: publish:
if: startswith(github.ref, 'refs/tags/') # TODO: switch once v3 is released {{
# if: startswith(github.ref, 'refs/tags/')
if: 'false'
# }}
name: publish name: publish
needs: [test-docs] needs: [test-docs]
runs-on: ubuntu-latest runs-on: ubuntu-latest