Skip to content

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

Description

@phenixcoder

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions