feat: add Gitea Actions workflow to automate building and releasing the Firefox extension.
Some checks failed
Build Firefox Extension / build (push) Failing after 21s
Build Firefox Extension / release (push) Has been skipped

This commit is contained in:
Elmar Kresse
2026-01-20 01:00:47 +01:00
parent d24f1d6c34
commit cfd6f827a0

View File

@@ -12,7 +12,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
path: build/*.xpi path: build/*.xpi
release: release:
runs-on: ubuntu-latest runs-on: docker
needs: build needs: build
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
steps: steps: