Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Jul 19, 2024
1 parent 5a03a79 commit 7d9cada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: zip -r mpb.zip dist/
- name: Release
uses: softprops/action-gh-release@v2
with:
files: mpb.zip
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "22.x"
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: zip -r mpb.zip dist/
- name: Release
uses: softprops/action-gh-release@v2
with:
files: mpb.zip

0 comments on commit 7d9cada

Please sign in to comment.