Skip to content

Commit

Permalink
web-ext/release - Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jun 7, 2024
1 parent 07486d6 commit e0715f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webext/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- run: npx chrome-webstore-upload-cli@2 upload --auto-publish
- run: npx chrome-webstore-upload-cli@3
working-directory: artifact
env:
EXTENSION_ID: ${{ secrets.EXTENSION_ID }}
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- run: npx web-ext@7 sign --use-submission-api --channel listed
- run: npx web-ext@8 sign --channel listed
working-directory: artifact
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
Expand Down

0 comments on commit e0715f1

Please sign in to comment.