This action will publish your addon to the Edge Web Store.
Built using the Edge Addons API package.
steps:
- uses: web-scrobber/[email protected]
with:
product_id: ${{ secrets.EDGE_PRODUCT_ID }}
client_id: ${{ secrets.EDGE_CLIENT_ID }}
api_key: ${{ secrets.EDGE_CLIENT_SECRET }}
zip: build/edge-addon.zip
notes: New version upload # Could be derived from release notes
Follow the official Using Addons API documentation.
MIT