mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix: release
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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! 🏅
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user