From 722462035026a72f3715960315d1ccde01704935 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 30 Sep 2023 20:10:23 +0900 Subject: [PATCH] fix(actions): fix release upload --- .github/workflows/build.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96ace06b..59a38ad5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,4 +141,3 @@ jobs: commit_message: Update changelog for ${{ env.VERSION_TAG }} file_pattern: "changelog.md" commit_user_name: CI - commit_user_email: th-ch@users.noreply.github.com diff --git a/package.json b/package.json index a488c29f..7ed411db 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "YouTube Music Desktop App - including custom plugins", "main": "./dist/index.js", "license": "MIT", - "repository": "th-ch/youtube-music", + "repository": "organization/youtube-music-next", "author": { "name": "th-ch", "email": "th-ch@users.noreply.github.com",