Skip to content

Commit

Permalink
Try to fix build 🚁
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhenii Hyzyla committed Oct 14, 2023
1 parent ae42297 commit 3230825
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build the extension
run: npm run build
- name: Package Chrome extension into a zip artifact
run: npm run package:chrome
run: npm run build:chrome
- name: Package Firefox extension into a zip artifact
run: npm run package:firefox
run: npm run build:firefox
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
Expand Down

0 comments on commit 3230825

Please sign in to comment.