feat: add Gitea Actions workflow to automate building and releasing the Firefox extension.
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
path: build/*.xpi
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: build
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user