Skip to content

Commit

Permalink
ci(chrome-extension): automate publish to chrome web store
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Oct 3, 2022
1 parent e10d101 commit be7f4a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
release:
runs-on: windows-2022
needs:
- get-version
- build-native-app
- build-chrome-extension
steps:
Expand Down Expand Up @@ -167,3 +168,8 @@ jobs:
@semantic-release/changelog
@semantic-release/git
conventional-changelog-conventionalcommits
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
artifact: dist/mystic-light-browser-cinema-extension-${{ needs.get-version.outputs.version }}.zip
keys: ${{ secrets.BROWSER_PUBLISH_KEYS }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To verify that everything is set correctly:

### Browser extension

1. Install `Mystic Light Browser Cinema` extension from [github releases page](https://github.com/meskill/mystic-light-browser-cinema/releases)
1. Install `Mystic Light Browser Cinema` extension from [Chrome Web Store](https://chrome.google.com/webstore/detail/mystic-light-browser-cine/gdpnjcddcajojjckihckodnehnjghbcp) or from [github releases page](https://github.com/meskill/mystic-light-browser-cinema/releases)
2. Navigate to `chrome://extensions` and click "Details" on the newly installed extension.
3. Scroll down and make sure the "Allow access to file URLs" is enabled.

Expand Down

0 comments on commit be7f4a6

Please sign in to comment.