Skip to content

Commit

Permalink
Fix release CI (#570)
Browse files Browse the repository at this point in the history
* add fetch-depth: 0 to release CI

* add changeset
  • Loading branch information
shuding committed Jul 23, 2022
1 parent 488f737 commit 793eedb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-berries-push.md
@@ -0,0 +1,5 @@
---
'nextra': major
---

chore: Fix CI
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2.2.2
with:
Expand Down

0 comments on commit 793eedb

Please sign in to comment.