Skip to content

Commit

Permalink
fix: avoid using the build command since webpack fails
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Nov 29, 2023
1 parent 9392bad commit 4865877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
working-directory: "./packages/${{ github.event.inputs.snap-package-dir }}/packages/snap"
run: |
pnpm i
pnpm run build
pnpm publish ${{ steps.publish.outputs.args }}
- name: Generate Github Release
Expand Down

0 comments on commit 4865877

Please sign in to comment.