Skip to content

Commit

Permalink
ci: fetch all for version
Browse files Browse the repository at this point in the history
and a proper changelog
  • Loading branch information
davidenke committed Nov 11, 2024
1 parent 8fe7aef commit 001443a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
version: ${{ steps.version.outputs.latest }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down

0 comments on commit 001443a

Please sign in to comment.