Skip to content

Commit

Permalink
Remove CWS Upload from Pack Action
Browse files Browse the repository at this point in the history
v7 is already uploaded into CWS.
  • Loading branch information
Sashank999 authored Jun 5, 2024
1 parent 8178e47 commit f4307ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ jobs:
prettier_options: --config .prettierrc --write . --list-different
commit_options: --dry-run
push_options: --dry-run
- name: Upload an extension to Chrome Web Store
uses: cardinalby/[email protected]
with:
zipFilePath: versions/torntools_${{ env.version }}.zip
extensionId: 'hjpaapdjcgbmeikfnahipphknonhlhib'
apiClientId: ${{ secrets.CHROME_CLIENT_ID }}
apiClientSecret: ${{ secrets.CHROME_SECRET }}
apiRefreshToken: ${{ secrets.CHROME_REFRESH_TOKEN }}
- name: Publish an extension on Chrome Web Store
uses: cardinalby/[email protected]
id: publish_step
Expand Down

0 comments on commit f4307ca

Please sign in to comment.