Skip to content

Commit

Permalink
fix: fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Oct 29, 2022
1 parent 9f79638 commit ada5bfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 16
- name: Build Frontend
env:
CI: ""
run: |
cd web
npm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 16
- name: Build Frontend
env:
CI: ""
run: |
cd web
npm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 16
- name: Build Frontend
env:
CI: ""
run: |
cd web
npm install
Expand Down

0 comments on commit ada5bfa

Please sign in to comment.