Skip to content

Release to All Stores #1

Release to All Stores

Release to All Stores #1

Workflow file for this run

name: Release to All Stores
on:
workflow_dispatch:
permissions:
contents: read
jobs:
chrome:
uses: ./.github/workflows/chrome-release.yml
secrets: inherit
firefox:
uses: ./.github/workflows/firefox-release.yml
secrets: inherit
edge:
uses: ./.github/workflows/edge-release.yml
secrets: inherit