Skip to content

Commit

Permalink
copy readme into packages before publishing (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr authored Nov 21, 2023
1 parent 7d1c2ac commit 49ae3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: npm run build
- name: Test
run: npm run test
- name: Copy README.md into packages if none exists
run: for DIR in packages/*; do cp -n ./README.md $DIR; done
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 49ae3b0

Please sign in to comment.