Skip to content

Commit

Permalink
Upgrade web-ext Github action to avoid deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Sep 4, 2024
1 parent e501ee6 commit 4d69f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
asset_content_type: application/zip
- name: "web-ext build"
id: web-ext-build
uses: kewisch/action-web-ext@d5376aebf5a5f167924728cf9b43d6e9e8ee10e0
uses: kewisch/action-web-ext@d3e19fc24c09986d4ab16fe99322701a1fa2d4a7
with:
cmd: build
source: ./dist/bibbot
- name: "web-ext sign"
id: web-ext-sign
uses: kewisch/action-web-ext@d5376aebf5a5f167924728cf9b43d6e9e8ee10e0
uses: kewisch/action-web-ext@d3e19fc24c09986d4ab16fe99322701a1fa2d4a7
with:
cmd: sign
source: ${{ steps.web-ext-build.outputs.target }}
Expand Down

0 comments on commit 4d69f53

Please sign in to comment.