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
|
- name: Github Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SIGNED_WEB_EXT: ${{ steps.web-ext-build.outputs.target }}
|
|
||||||
run: |
|
run: |
|
||||||
hub release create \
|
hub release create \
|
||||||
-a "musescore-downloader.user.js" \
|
-a "musescore-downloader.user.js" \
|
||||||
-a "musescore-downloader.webextension.zip" \
|
-a "musescore-downloader.webextension.zip" \
|
||||||
-a "$SIGNED_WEB_EXT" \
|
|
||||||
-m v$VERSION \
|
-m v$VERSION \
|
||||||
-t $REF \
|
-t $REF \
|
||||||
v$VERSION
|
v$VERSION
|
||||||
|
|
Loading…
Reference in a new issue