release 1.20.1

This commit is contained in:
JellyBrick
2023-09-30 19:39:37 +09:00
parent b7142000ab
commit c11ec3341a
3 changed files with 7 additions and 7 deletions

View File

@ -40,21 +40,21 @@ jobs:
- name: Build and release on Mac
if: startsWith(matrix.os, 'macOS') && github.repository == 'organization/youtube-music-next'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm run release:mac
- name: Build and release on Linux
if: startsWith(matrix.os, 'ubuntu') && github.repository == 'organization/youtube-music-next'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm run release:linux
- name: Build and release on Windows
if: startsWith(matrix.os, 'windows') && github.repository == 'organization/youtube-music-next'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm run release:win

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "youtube-music",
"version": "1.20.0",
"version": "1.20.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "youtube-music",
"version": "1.20.0",
"version": "1.20.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,9 +1,9 @@
{
"name": "youtube-music",
"productName": "YouTube Music",
"version": "1.20.0",
"version": "1.20.1",
"description": "YouTube Music Desktop App - including custom plugins",
"main": "./dist/index.js",
"main": "dist/index.js",
"license": "MIT",
"repository": "th-ch/youtube-music",
"author": {