Fix GitHub Actions jq error

This commit is contained in:
2026-03-31 14:18:30 -04:00
parent 8569fa6e33
commit 6045ac5688
+2 -2
View File
@@ -2,7 +2,7 @@ name: Build & Release Firefox Addon
on:
push:
branches: [main, beta] # dev is ignored
branches: [main, beta] # dev is ignored
jobs:
build:
@@ -17,7 +17,7 @@ jobs:
# 2️⃣ Install dependencies
- name: Install deps
run: npm install -g web-ext jq
run: npm install -g web-ext
# 3️⃣ Auto version bump (numeric only)
- name: Generate version