Skip to content

Commit

Permalink
fix(ci): add fetch-depth: 0 to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Dec 12, 2023
1 parent 8ef8774 commit 8dbee12
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 @@ -35,6 +35,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '20.x'
Expand Down

0 comments on commit 8dbee12

Please sign in to comment.