Skip to content

Commit

Permalink
set fetch-depth to 0 to fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfordboyle committed Feb 14, 2023
1 parent 2c0c4d0 commit 4b8c02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: set up python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4b8c02b

Please sign in to comment.