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 Jul 4, 2021
1 parent d6607ec commit ea9f230
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 @@ -30,6 +30,7 @@ jobs:
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/color-saturation/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/color-shade-slider/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/color-sketch/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/color-slider/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/drag-event-interactive/package.json

- name: Create Tag
Expand Down

0 comments on commit ea9f230

Please sign in to comment.