Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Oct 8, 2024
1 parent 25253e6 commit 2df7a7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
uses: TeamFelnull/actions-reusable-workflows/.github/workflows/mcmod-release.yml@master
with:
build_tasks: "build curseforge modrinth"
build_tasks: "build publishCurseForge modrinth"
secrets:
curseforge_token: ${{ secrets.CURESFORGEAPIKEY }}
modrinth_token: ${{ secrets.MODRINTH }}
Expand Down
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@ plugins {
id 'dev.architectury.loom' version '1.7-SNAPSHOT' apply false
id 'architectury-plugin' version '3.4-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id 'org.jetbrains.changelog' version "2.0.0"
}

architectury {
minecraft = project.minecraft_version
}

changelog {
repositoryUrl = rootProject.repository_url
introduction = """
Changelog to track updates for this mod.
Add your changes to Unreleased if you want to commit.
Please write according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
"""
combinePreReleases = false
}

allprojects {
group = rootProject.maven_group
version = rootProject.mod_version
Expand Down

0 comments on commit 2df7a7c

Please sign in to comment.