From 01f490b60f9cbfef0b21f0f89f51f6c83b6cb7ca Mon Sep 17 00:00:00 2001 From: Xmader Date: Thu, 29 Oct 2020 21:27:50 -0400 Subject: [PATCH] chore: github action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 815218c..67c7bc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,9 +48,11 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # 0301... + - run: mkdir -p web-ext-artifacts - name: Sign Firefox Extension id: web_ext_sign uses: kewisch/action-web-ext@v1 + continue-on-error: true with: cmd: sign source: dist/ext.zip