Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 14, 2022
1 parent ebe739e commit 35107cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
package: packages/country/package.json

- name: 📦 @province-city-china/data publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: packages/data/package.json

- name: 📦 @province-city-china/district-code publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 35107cf

Please sign in to comment.