Skip to content

Commit

Permalink
fix(ci): Fetch all commits to compute version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Apr 30, 2024
1 parent 82a8cdf commit f7953cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down

0 comments on commit f7953cf

Please sign in to comment.