Skip to content

Commit

Permalink
Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Sep 28, 2024
1 parent 12c0a93 commit 5feb74b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
MODRINTH_API_TOKEN: ${{ secrets.MODRINTH_API_TOKEN }}
BUILD_NUMBER: ${{ github.run_number }}
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

![-0001-export](https://github.com/toxicity188/BetterHud/assets/114675706/ccbf4bd3-9133-44ee-b277-985eae4349ae)

Welcome to BetterHud!
Welcome to BetterHud!

[SpigotMC](https://www.spigotmc.org/resources/115559/) | [Hangar](https://hangar.papermc.io/toxicity188/BetterHud) | [Modrinth](https://modrinth.com/plugin/betterhud2)

[![GitHub Release](https://img.shields.io/github/v/release/toxicity188/BetterHud?display_name=release&style=for-the-badge&logo=kotlin)](https://github.com/toxicity188/BetterHud/releases/latest)
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.com/invite/rePyFESDbk)
Expand Down
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ hangarPublish {
channel = "Snapshot"
id = "BetterHud"
apiKey = System.getenv("HANGAR_API_TOKEN")
changelog = System.getenv("COMMIT_MESSAGE")
platforms {
register(Platforms.PAPER) {
jar = file("build/libs/${project.name}-${project.version}.jar")
Expand All @@ -346,6 +347,7 @@ modrinth {
token = System.getenv("MODRINTH_API_TOKEN")
projectId = "betterhud2"
versionType = "alpha"
changelog = System.getenv("COMMIT_MESSAGE")
versionNumber = project.version as String
uploadFile.set(file("build/libs/${project.name}-${project.version}.jar"))
additionalFiles = listOf(
Expand Down

0 comments on commit 5feb74b

Please sign in to comment.