Skip to content

Commit

Permalink
chore: Disable uploading.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Sep 21, 2024
1 parent 74235aa commit 614a786
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,3 @@ jobs:
with:
files: mpb.zip
generate_release_notes: true
- name: Upload to webstore
# https://github.com/fregante/chrome-webstore-upload-cli
run: npx chrome-webstore-upload --source mpb.zip
env:
EXTENSION_ID: nojpfacijldambjcnpbpneghbaefnlme
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}

0 comments on commit 614a786

Please sign in to comment.