From 09f3cc95fd34cf2c3f4e0c7c2425397fc5365279 Mon Sep 17 00:00:00 2001 From: Xmader Date: Fri, 30 Oct 2020 15:33:28 -0400 Subject: [PATCH] chore: github action listed addons cannot be auto-signed --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e570f13..46ad85c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,12 +66,10 @@ jobs: - name: Github Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SIGNED_WEB_EXT: ${{ steps.web-ext-build.outputs.target }} run: | hub release create \ -a "musescore-downloader.user.js" \ -a "musescore-downloader.webextension.zip" \ - -a "$SIGNED_WEB_EXT" \ -m v$VERSION \ -t $REF \ v$VERSION