Skip to content

Commit

Permalink
fix workflow @6
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkatTeja committed Jun 18, 2023
1 parent d2a29fb commit e3909ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/push_build_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ jobs:
- name: Upload step
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 }} \\
--trusted-testers
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 }} --trusted-testers
- name: Create Pre-Release
id: create_release
Expand Down

0 comments on commit e3909ad

Please sign in to comment.