Skip to content

Commit

Permalink
ci: get all git history within gha
Browse files Browse the repository at this point in the history
  • Loading branch information
cjuega committed Aug 24, 2024
1 parent a1bd36b commit c95b73e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git fetch --tags origin
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit c95b73e

Please sign in to comment.