Skip to content

Commit d875fe3

Browse files
committed
chore: update workflows config.
1 parent 6193fd8 commit d875fe3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ jobs:
9494
9595
${{ steps.changelog.outputs.changelog }}
9696
97+
- name: package.json info
98+
uses: jaywcjlove/github-action-package@main
99+
with:
100+
unset: browserslist,lint-staged,devDependencies,jest,scripts
101+
97102
# - run: npm install @jsdevtools/npm-publish -g
98103
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
99104
- run: npm publish --access public

0 commit comments

Comments
 (0)