fix: release

This commit is contained in:
JellyBrick
2023-09-30 19:28:38 +09:00
parent e3d41ccb95
commit b7142000ab

View File

@ -77,7 +77,7 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Release YouTube Music 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 needs: build
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -125,7 +125,7 @@ jobs:
name: ${{ env.VERSION_TAG }} name: ${{ env.VERSION_TAG }}
replacebody: true replacebody: true
body: | 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! 🏅 Thanks to all contributors! 🏅