Publish Edge Add-on
Version updated for wdzeng/edge-addon to version v2.0.0.
- This action is used across all versions by 58 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Add support for Microsoft Edge Add-ons API v1.1.
Breaking Changes
- Add new input:
api_keyand remove deprecated inputs:client_secretandaccess_token_url. - Input
zip_pathnow supports a glob pattern. Thanks to @XFox111.