Skip to content

Commit

Permalink
chore: fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed May 25, 2023
1 parent 2da37eb commit 80716a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Using Node.js
uses: actions/setup-node@v1
with:
node-version: 18

- name: Install Deps
run: npm i

- name: Pubilsh
env:
Expand Down
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ commitlint.config.js
LICENSE
package-lock.json
README.md
README.zh-CN.md
README.zh-CN.md

node_modules/**

0 comments on commit 80716a2

Please sign in to comment.