Skip to content

Commit

Permalink
script: update webstore upload
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-yoon authored Feb 16, 2025
1 parent 0d91a61 commit 11da1ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
run: npm install chrome-webstore-upload-cli@2.0.1 -g

- name: Upload Files
run: |
cd dist && chrome-webstore-upload upload --auto-publish
run: npx chrome-webstore-upload-cli@3
working-directory: dist
env:
EXTENSION_ID: ${{ secrets.EXTENSION_ID }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}

0 comments on commit 11da1ba

Please sign in to comment.