Skip to content

Commit

Permalink
ci: fetch tags as well
Browse files Browse the repository at this point in the history
Fetch tags as well to allow to determine the changed files since the
last tag.

Signed-off-by: Moritz Röhrich <[email protected]>
  • Loading branch information
m-ildefons committed Nov 20, 2023
1 parent fe825d6 commit 6ebb872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true

- name: Setup Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 6ebb872

Please sign in to comment.