Skip to content

Commit

Permalink
Merge pull request #10 from gotify/renovate/fix-checkout-tags
Browse files Browse the repository at this point in the history
fetch all tags on checkout
  • Loading branch information
eternal-flame-AD authored Nov 1, 2024
2 parents ecef610 + a4bcc97 commit 3e585ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Sanity check
run: |
Expand Down

0 comments on commit 3e585ef

Please sign in to comment.