diff options
author | Julian Berman <Julian@GrayVines.com> | 2021-10-08 18:35:32 -0400 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2021-10-08 18:35:32 -0400 |
commit | 14b687912669ddd52f382767c7512932fd9983d2 (patch) | |
tree | 759ddcd2e4c46121b6b2a0b7e1288383187acf62 /.github | |
parent | f2754e2097b69915bc82f34efb1d64996c2707f1 (diff) | |
download | jsonschema-14b687912669ddd52f382767c7512932fd9983d2.tar.gz |
Sigh, back to full clones.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/packaging.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index a3a2bd5..47723ec 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: |