Skip to content

Commit

Permalink
adding sharp to the deps list for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psycho-baller committed Apr 27, 2024
1 parent f12fb95 commit 7bbb0d4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: "Submit to Web Store"
on: [release, workflow_dispatch]
on:
release:
workflow_dispatch:
# inputs:
# version:
# description: "Extension version"
# required: true
# default: "0.0.0"

jobs:
build:
Expand All @@ -23,7 +30,7 @@ jobs:
node-version: "18"
cache: "pnpm"
- name: Install deps
run: pnpm i
run: pnpm i sharp
- name: Build the chromium based extension and zip it
run: pnpm build:plasmo --zip
- name: Build the safari based extension and zip it
Expand Down

0 comments on commit 7bbb0d4

Please sign in to comment.