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 Aug 2, 2023
1 parent 6193fd8 commit d875fe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
${{ steps.changelog.outputs.changelog }}
- name: package.json info
uses: jaywcjlove/github-action-package@main
with:
unset: browserslist,lint-staged,devDependencies,jest,scripts

# - run: npm install @jsdevtools/npm-publish -g
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
- run: npm publish --access public
Expand Down

0 comments on commit d875fe3

Please sign in to comment.