chore: github action
listed addons cannot be auto-signed
This commit is contained in:
parent
5b002c89f3
commit
09f3cc95fd
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue