Skip to content

Commit

Permalink
Clean code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Sep 5, 2024
1 parent 19ff513 commit d0e8317
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ jobs:
generate_release_notes: true
- name: Upload to webstore
# https://github.com/fregante/chrome-webstore-upload-cli
run: npx chrome-webstore-upload upload --source mpb.zip --extension-id nojpfacijldambjcnpbpneghbaefnlme --client-id ${{ secrets.CLIENT_ID }} --client-secret ${{ secrets.CLIENT_SECRET }} --refresh-token ${{ secrets.REFRESH_TOKEN }}
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 d0e8317

Please sign in to comment.