From c67e1857e6cff6059a715268da7bc1aa4bac3c88 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 20 Oct 2020 23:13:19 +0200 Subject: [PATCH] fix FF release script --- bin/release-firefox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release-firefox.sh b/bin/release-firefox.sh index d26684f9e..db7f0ba20 100755 --- a/bin/release-firefox.sh +++ b/bin/release-firefox.sh @@ -15,7 +15,7 @@ cd dist/"${ARTIFACT_NAME}" || exit jq '.name = "Trilium Web Clipper"' manifest.json | sponge manifest.json -web-ext sign --id ${WEB_EXT_ID} --artifacts-dir ../ +web-ext sign --id ${WEB_EXT_ID} --api-key $FIREFOX_API_KEY --api-secret $FIREFOX_API_SECRET --artifacts-dir ../ cd .. rm -r "${ARTIFACT_NAME}"