Skip to content

Commit

Permalink
Fetch tags on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Jan 22, 2024
1 parent a6c8b0b commit 10f2a23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Set Up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 10f2a23

Please sign in to comment.