Skip to content

Commit

Permalink
Change the minify action
Browse files Browse the repository at this point in the history
  • Loading branch information
prvashisht committed Jun 10, 2024
1 parent ce82b31 commit f0b7afb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ jobs:
git fetch --all
git checkout main
- name: Minify Chrome files
uses: anthonyftwang/minify-action@v1.0.1
- name: Minify Chrome files (JS and CSS)
uses: nizarmah/auto-minify@v3
with:
overwrite: true

- name: Zip Chrome extension
run: |
Expand All @@ -160,8 +162,10 @@ jobs:
git checkout . && git clean -fd
git checkout firefox
- name: Minify Firefox files
uses: anthonyftwang/minify-action@v1.0.1
- name: Minify Firefox files (JS and CSS)
uses: nizarmah/auto-minify@v3
with:
overwrite: true

- name: Zip Firefox extension
run: |
Expand Down

0 comments on commit f0b7afb

Please sign in to comment.