Skip to content

Commit

Permalink
fix: testing ci: revert changes without uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 25, 2024
1 parent 3084b9c commit bddd428
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ jobs:
with:
node-version: 'latest'

- name: Cache pnpm store and node_modules
uses: actions/cache@v4
with:
path: |
~/.pnpm-store
node_modules
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -70,16 +60,6 @@ jobs:
with:
node-version: 'latest'

- name: Cache pnpm store and node_modules
uses: actions/cache@v4
with:
path: |
~/.pnpm-store
node_modules
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -124,15 +104,10 @@ jobs:
- name: Install webstore CLI
run: npm install -g chrome-webstore-upload-cli

- name: Upload and submit for review
- name: Upload step
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 bddd428

Please sign in to comment.