diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52b5c41c..dc35823f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 27cde294..6af2a176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 3741876f..5550024b 100644 --- a/package.json +++ b/package.json @@ -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": {