Skip to content

Commit

Permalink
Fix release workflow (#571)
Browse files Browse the repository at this point in the history
* fix release workflow

* revert yml

* add changeset
  • Loading branch information
shuding committed Jul 23, 2022
1 parent 793eedb commit e573175
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/stale-masks-change.md
@@ -0,0 +1,7 @@
---
'nextra': patch
'nextra-theme-blog': patch
'nextra-theme-docs': patch
---

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

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

- uses: pnpm/action-setup@v2.2.2
with:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -43,5 +43,8 @@
"trailingComma": "none",
"arrowParens": "avoid"
},
"packageManager": "pnpm@7.3.0"
"packageManager": "pnpm@7.3.0",
"workspaces": [
"packages/*"
]
}

0 comments on commit e573175

Please sign in to comment.