Skip to content

Commit

Permalink
docs: add readme from root to package release
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot-Alexander committed Mar 2, 2024
1 parent 6e40283 commit 771f420
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-coins-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vaul-vue": patch
---

Add readme from root to package release
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Copy README from root
run: cp README.md packages/vaul-vue/README.md

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

0 comments on commit 771f420

Please sign in to comment.