feat: add Gitea workflow to build and release the Firefox extension.
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
image: node:20-alpine
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add --no-cache zip jq
|
||||
run: apk add --no-cache zip jq git
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add --no-cache jq
|
||||
run: apk add --no-cache jq git
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user