Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: manifest v3 support #73

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/_webext-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

- name: "web-ext build"
id: web-ext-build
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
uses: kewisch/action-web-ext@fe10addf5d5e5ba6b78ffde720dd488a27d10e8c # v1.3
with:
cmd: build
source: .
filename: "{name}-{version}.zip"

- name: "web-ext sign"
id: web-ext-sign
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
uses: kewisch/action-web-ext@fe10addf5d5e5ba6b78ffde720dd488a27d10e8c # v1.3
with:
cmd: sign
source: ${{ steps.web-ext-build.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_webext-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: "web-ext lint"
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
uses: kewisch/action-web-ext@fe10addf5d5e5ba6b78ffde720dd488a27d10e8c # v1.3
with:
cmd: lint
source: .
Expand Down
Loading
Loading