Skip to content

Commit

Permalink
tooling: drop WEB_EXT_ID from Publish workflow
Browse files Browse the repository at this point in the history
resolves:
UsageError: Cannot set custom ID *** because manifest.json declares ID ***
  • Loading branch information
AprilSylph committed Jun 23, 2024
1 parent daccae8 commit 52f231a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
WEB_EXT_ID: ${{ secrets.WEB_EXT_ID }}
chrome:
name: Chrome
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52f231a

Please sign in to comment.