feat: msdl package to alias a specific version of musescore-downloader

This commit is contained in:
Xmader 2021-01-15 07:28:57 -05:00
parent 7bb3aaf7b1
commit d014ade9ca
No known key found for this signature in database
GPG key ID: A20B97FB9EB730E4
3 changed files with 30 additions and 0 deletions

View file

@ -53,6 +53,15 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # 0301...
- name: NPM Publish msdl
run: |
cd ./src/msdl
sed -i "s/%VERSION%/$VERSION/" package.json
npm publish --tag $NPM_TAG
cd -
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish Firefox Extension
id: web-ext-build
uses: kewisch/action-web-ext@v1