Skip to content

Commit

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

* add changeset
  • Loading branch information
shuding committed Jul 21, 2022
1 parent c3df5ba commit 009bf6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/olive-lions-help.md
@@ -0,0 +1,7 @@
---
'nextra': patch
'nextra-theme-blog': patch
'nextra-theme-docs': patch
---

Fix release workflow.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Build
run: pnpm build

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 009bf6a

Please sign in to comment.