Skip to content

Commit

Permalink
Merge pull request #36 from asieduernest12/ci/chromeStorePublish
Browse files Browse the repository at this point in the history
Ci/chrome store publish
  • Loading branch information
asieduernest12 authored Dec 1, 2024
2 parents 50e234a + 3fd469d commit 782741f
Show file tree
Hide file tree
Showing 4 changed files with 19,117 additions and 11,022 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-development-release-plasmo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ jobs:
with:
artifacts: "build/jiffyReader-*"
token: ${{ secrets.GITHUB_TOKEN }}


- name: chrome ext upload
run: npx cws-upload ${{ secrets.CLIENT_ID }} ${{ secrets.CLIENT_SECRET }} ${{ secrets.REFRESH_TOKEN }} ./build/jiffyReader-chrome-development.zip ${{ secrets.EXTENSION_DEV_ID }}
3 changes: 3 additions & 0 deletions .github/workflows/publish-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ jobs:
artifacts: "build/jiffyReader*"
token: ${{ secrets.GITHUB_TOKEN }}

- name: chrome ext upload
run: npx cws-upload ${{ secrets.CLIENT_ID }} ${{ secrets.CLIENT_SECRET }} ${{ secrets.REFRESH_TOKEN }} ./build/jiffyReader-chrome.zip ${{ secrets.EXTENSION_ID }}

Loading

0 comments on commit 782741f

Please sign in to comment.