Skip to content

Commit

Permalink
Remove minify action
Browse files Browse the repository at this point in the history
  • Loading branch information
prvashisht committed Jun 10, 2024
1 parent f0b7afb commit b180d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/release-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
if: env.skip_update == 'false'
run: |
git add .
git diff --staged
git commit -m "Update README and CHANGELOG for v${{ needs.check_version.outputs.new_version }}"
- name: Create Pull Request
Expand Down Expand Up @@ -141,35 +140,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Switch to main branch
- name: Zip Chrome extension
run: |
git fetch --all
git checkout main
- name: Minify Chrome files (JS and CSS)
uses: nizarmah/auto-minify@v3
with:
overwrite: true

- name: Zip Chrome extension
run: |
git diff
VERSION=${{ needs.check_version.outputs.new_version }}
zip -r ../signature-sync-chrome-${VERSION}.zip . -x '.*' -x '__MACOSX' -x '*.md'
- name: Switch to firefox branch
- name: Zip Firefox extension
run: |
git checkout . && git clean -fd
git checkout firefox
- name: Minify Firefox files (JS and CSS)
uses: nizarmah/auto-minify@v3
with:
overwrite: true

- name: Zip Firefox extension
run: |
git diff
VERSION=${{ needs.check_version.outputs.new_version }}
zip -r ../signature-sync-firefox-${VERSION}.zip . -x '.*' -x '__MACOSX' -x '*.md'
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "SignatureSync: Pro Signatures",
"short_name": "SignatureSync",
"description": "Simplify your messaging with SignatureSync, the tool that automates your signatures, ensuring a professional touch every time.",
"version": "3.4",
"version": "3.3",
"icons": {
"16": "icons/light/icon16.png",
"32": "icons/light/icon32.png",
Expand Down

0 comments on commit b180d71

Please sign in to comment.