Skip to content

Commit

Permalink
fix: testing ci: testing publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 25, 2024
1 parent 2ecc6a2 commit 238fbc6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,15 @@ jobs:
- name: Install webstore CLI
run: npm install -g chrome-webstore-upload-cli

- name: Upload step
- name: Upload and submit for review
run: |
chrome-webstore-upload upload \
--source chrome-extension-${{ github.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 }} \
&& chrome-webstore-upload publish \
--extension-id ${{ env.EXTENSION_ID }} \
--client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} \
--client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} \
Expand Down

0 comments on commit 238fbc6

Please sign in to comment.