Skip to content

Testing: hardcode tag name #3

Testing: hardcode tag name

Testing: hardcode tag name #3

Workflow file for this run

name: publish-edge
on: push
permissions:
contents: read
jobs:
upload-on-webstore:
runs-on: ubuntu-latest
environment: cd
outputs:
result: ${{ steps.webStorePublish.outcome }}
releaseUploadUrl: ${{ steps.getZipAsset.outputs.releaseUploadUrl }}
permissions:
actions: write
steps:
- uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # [email protected]
with:
tag: "24.8.19.0"
fileName: "*"
- name: Publish on Microsoft Edge Addons
uses: wdzeng/edge-addon@v1
id: webStorePublish
with:
product-id: 18e6c4cd-6383-4f38-95e9-92a629f60817
zip-path: yomitan-chrome.zip
client-id: ${{ secrets.EDGE_CLIENT_ID }}
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}