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 Feb 22, 2022
1 parent 255a6d7 commit 69744c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
- run: npm install @jsdevtools/npm-publish -g
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./core/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/less-modules/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/ncc/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/react-library/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/raw-modules/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/scope-plugin-options/package.json
Expand Down

0 comments on commit 69744c7

Please sign in to comment.