Skip to content

Add workflow to auto publish the extension to chrome web store #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks
phenixcoder opened this issue Aug 31, 2021 · 1 comment
Open
3 tasks
Labels
enhancement New feature or request

Comments

@phenixcoder
Copy link
Owner

Using this action:

uses: Klemensas/chrome-extension-upload-action@$VERSION
with:
  refresh-token: 'xxxxxxxxxxxxxxxxxxxxxx'
  client-id: 'xxxxxxxxxxxxx'
  client-secret: 'xxxxxxxxxxxx'
  file-name: './extension.zip'
  app-id: 'xzc12xzc21cx23'
  publish: true

The workflow should check some sort of test before build. Upon successful build, creates a new version using semantic-release. If version is bumped, then publishes the extension to chrome web store.

  • Test / Validate.
  • Version Bump check.
  • If version bumped, the push to chrome web store.
@phenixcoder phenixcoder added the enhancement New feature or request label Aug 31, 2021
@phenixcoder
Copy link
Owner Author

phenixcoder commented Aug 31, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant