Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from theodo/copy-paste-root-readme-to-core-bef…
Browse files Browse the repository at this point in the history
…ore-release

chore: copy-paste root README to core before release
  • Loading branch information
ThomasAribart authored Jul 29, 2022
2 parents 48225e2 + c976afe commit 3aef0ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: yarn package
- name: Set packages versions
run: yarn set-packages-versions ${{ github.event.release.tag_name }}
- name: Copy paste root README to @castore/core
run: cp README.md ./packages/core/README.md
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 3aef0ad

Please sign in to comment.