Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
listed addons cannot be auto-signed
  • Loading branch information
Xmader committed Oct 30, 2020
1 parent 5b002c8 commit 09f3cc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09f3cc9

Please sign in to comment.