mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-08 00:11:27 +01:00
chore: update action code
This commit is contained in:
parent
3ab3d93d0c
commit
1deb43fe40
1
.github/workflows/release-please.yml
vendored
1
.github/workflows/release-please.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
||||
env:
|
||||
CURSE_API: ${{ secrets.CURSE_API }}
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
DISCORD_RELEASE_WEBHOOK: ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||
IS_RELEASE: true
|
||||
run: |
|
||||
|
@ -160,7 +160,7 @@ task curseforge {
|
||||
|
||||
Metadata uploadMetadata = new Metadata()
|
||||
|
||||
uploadMetadata.changelog = "${project.github}/blob/${ext.githubSha}/docs/changelogs/CHANGELOG.md"
|
||||
uploadMetadata.changelog = "# New release build\n\n" + getReleaseChangelog()
|
||||
uploadMetadata.changelogType = "markdown"
|
||||
uploadMetadata.releaseType = ext.isDevBranch ? "beta" : "release"
|
||||
uploadMetadata.gameVersions = supportedGameVersionIds
|
||||
|
Loading…
Reference in New Issue
Block a user