Skip to content

Commit

Permalink
Added readme copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross committed Jan 2, 2024
1 parent 3432c29 commit dbe127c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
run: |
pnpm build
- name: 📋 Copy package.json to dist
run: cp package.json dist/
- name: 📋 Copy package.json + README to dist
run: |
cp package.json dist/
cp README.md dist/
- name: 🚀️ Publish to NPM
run: pnpm publish --no-git-checks --access public
Expand Down

0 comments on commit dbe127c

Please sign in to comment.