Skip to content

Commit

Permalink
add chrome-webstore-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Herobread committed Jul 29, 2024
1 parent 53f3f1f commit 2d66f88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: chrome_extension.zip

- name: Publish to Chrome Web Store
uses: fregante/setup-chrome-webstore@v1
uses: fregante/chrome-webstore-upload@v1
with:
client_id: ${{ secrets.CHROME_EXTENSION_CLIENT_ID }}
client_secret: ${{ secrets.CHROME_EXTENSION_CLIENT_SECRET }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tanstack/react-query": "^5.51.11",
"chrome-webstore-upload": "^3.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
Expand Down

0 comments on commit 2d66f88

Please sign in to comment.