Skip to content

Commit

Permalink
update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
naei committed Jul 5, 2021
1 parent 515d0df commit c65cdf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: trmcnvn/chrome-addon@v2
- name: Create archive
run: zip -r latest.zip * -x ".*"

- name: Publish to Chrome Web Store
uses: trmcnvn/chrome-addon@v2
with:
extension: plfjbbakjphlkdpcdpodaedhicoaloph
zip: dist/latest.zip
zip: latest.zip
client-id: ${{ secrets.CHROME_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
Binary file removed dist/latest.zip
Binary file not shown.

0 comments on commit c65cdf8

Please sign in to comment.