Skip to content

Commit

Permalink
ci: on checkout use fetch all history for all tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Sep 17, 2023
1 parent 064f083 commit e698595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/quickstart
- run: pnpm run build
- name: release
Expand Down

0 comments on commit e698595

Please sign in to comment.