Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix(release): fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Socketlike committed Jul 24, 2023
1 parent 9437edb commit 8a63659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pnpm install

- name: Build TypeScript and bundle into asar
run: pnpm run bundle
run: pnpm run build:prod:bundle

- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 8a63659

Please sign in to comment.