Skip to content

Firefox App (#21) (#22) #2

Firefox App (#21) (#22)

Firefox App (#21) (#22) #2

Workflow file for this run

name: "publish"
on:
release:
types: [published]
jobs:
steps:
- name: "Set up env"

Check failure on line 9 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
uses: dmadisetti/.dots/.github/actions/runner
- run: |
nix run .#_addon
- uses: trmcnvn/firefox-addon@v1
with:
# uuid is only necessary when updating an existing addon,
# omitting it will create a new addon
uuid: '{e15720cc-a2ad-4df0-9616-db0555357675}'
xpi: addon.xpi
manifest: firefox/add-on/manifest.json
api-key: ${{ secrets.FIREFOX_API_KEY }}
api-secret: ${{ secrets.FIREFOX_API_SECRET }}