Skip to content

Commit

Permalink
chore: remove build step in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mastudillot committed Jan 13, 2025
1 parent 361b4b2 commit 0a57650
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Make
run: npm run make
- name: Upload Installer
Expand All @@ -42,8 +40,6 @@ jobs:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Make
run: npm run make
- name: Upload Installer
Expand Down

0 comments on commit 0a57650

Please sign in to comment.