From b7142000ab3d1d38f9ca9f95500ce3cb9fa4715f Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 30 Sep 2023 19:28:38 +0900 Subject: [PATCH] fix: release --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07a1d885..52b5c41c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: release: runs-on: ubuntu-latest name: Release YouTube Music - if: github.repository == 'organization/youtube-music-next' && github.ref == 'refs/heads/master' + if: github.repository == 'organization/youtube-music-next' && github.ref == 'refs/heads/custom-version' needs: build steps: - uses: actions/checkout@v4 @@ -125,7 +125,7 @@ jobs: name: ${{ env.VERSION_TAG }} replacebody: true body: | - See [changelog](https://github.com/organization/youtube-music-next/blob/master/changelog.md#${{ env.CHANGELOG_ANCHOR }}) for the list of updates and the full diff. + See [changelog](https://github.com/organization/youtube-music-next/blob/custom-version/changelog.md#${{ env.CHANGELOG_ANCHOR }}) for the list of updates and the full diff. Thanks to all contributors! 🏅