Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Nov 8, 2023
1 parent 4e9768c commit c5e8661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run_install: false

- name: 🔨 Build
run: "pnpm install && pnpm run build"
run: "pnpm install && pnpm run build:executable"

- name: 🛒 Publish
run: pnpm publish --no-git-checks
Expand Down

0 comments on commit c5e8661

Please sign in to comment.