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 31, 2021
1 parent f7fea22 commit dff0365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: git status
- run: npm install @jsdevtools/npm-publish -g
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package/core/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/core/package.json

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit dff0365

Please sign in to comment.