Tweak the body a little bit
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -170,7 +170,7 @@ jobs:
|
||||
}
|
||||
|
||||
const sponsorshipDetails = `
|
||||
Support [Debrid Media Manager](https://debridmediamanager.com/) and [zurg](https://github.com/debridmediamanager/zurg-testing/) development by becoming a sponsor:
|
||||
Support [Debrid Media Manager](https://debridmediamanager.com/), zurg and other projects' development by becoming a sponsor:
|
||||
- Patreon: https://www.patreon.com/debridmediamanager
|
||||
- GitHub Sponsors: https://github.com/sponsors/debridmediamanager
|
||||
- PayPal: https://paypal.me/yowmamasita
|
||||
@@ -206,14 +206,16 @@ jobs:
|
||||
}
|
||||
}
|
||||
|
||||
const githubSponsors = await getGithubSponsors();
|
||||
|
||||
const releaseBody = `
|
||||
Version: ${tagName}
|
||||
Commit: '[${{ github.sha }}](https://github.com/debridmediamanager/zurg/commit/'${{ github.sha }}')'
|
||||
Commit: [${{ github.sha }}](https://github.com/debridmediamanager/zurg/commit/${{ github.sha }})
|
||||
Hours since last release: ${hoursSinceLastRelease} hours
|
||||
|
||||
${sponsorshipDetails}
|
||||
|
||||
Shoutouts to our amazing sponsors! ${await getGithubSponsors()}
|
||||
Shoutouts to our amazing sponsors! ${githubSponsors}
|
||||
`;
|
||||
|
||||
const response = await github.rest.repos.createRelease({
|
||||
|
||||
Reference in New Issue
Block a user