Skip to content

Commit

Permalink
ci: checkout full commit history for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
auvred committed Aug 8, 2023
1 parent 7f93165 commit 9425bbf
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 @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup pnpm
run: corepack enable && corepack prepare
Expand Down

0 comments on commit 9425bbf

Please sign in to comment.