Skip to content

Commit

Permalink
auto upload and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunniii committed May 18, 2023
1 parent 736c4e9 commit 7c2bccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-to-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ jobs:

- name: Upload to Store
run: chrome-webstore-upload upload --source chrome-extension-${{ github.event.pull_request.head.sha }}.zip --extension-id ${{ env.EXTENSION_ID }} --client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} --client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} --refresh-token ${{ secrets.CI_GOOGLE_REFRESH_TOKEN }}

- name: Publish to Store
run: chrome-webstore-upload publish --extension-id ${{ env.EXTENSION_ID }} --client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} --client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} --refresh-token ${{ secrets.CI_GOOGLE_REFRESH_TOKEN }}

0 comments on commit 7c2bccc

Please sign in to comment.