Skip to content

Commit

Permalink
fetch tags in CI checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 25, 2024
1 parent c007973 commit 764733c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cffvonvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 764733c

Please sign in to comment.