Skip to content

Commit

Permalink
feat: directely publish instead of upload to chrome web store
Browse files Browse the repository at this point in the history
  • Loading branch information
simon511000 committed Apr 6, 2024
1 parent 9d1d0ea commit 6398ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
dest: release.zip
if: ${{ steps.release.outputs.release_created }}

- name: Upload to Chrome Web Store
- name: Publish to Chrome Web Store
uses: mobilefirstllc/cws-publish@latest
with:
action: 'upload'
action: 'publish'
client_id: ${{ secrets.GOOGLE_CLIENT }}
client_secret: ${{ secrets.GOOGLE_SECRET }}
refresh_token: ${{ secrets.GOOGLE_TOKEN }}
Expand Down

0 comments on commit 6398ebc

Please sign in to comment.