Skip to content

Commit

Permalink
release: Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 13, 2023
1 parent e137cce commit 4906784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "**" ]
tags-ignore: [ "**" ]
pull_request:
release:
types: [ released ]

jobs:
call-build:
Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "xyz.jpenilla"
version = "0.1.0-SNAPSHOT"
version = "0.1.0"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down Expand Up @@ -111,6 +111,7 @@ hangarPublish.publications.register("plugin") {
slug.set("ChessCraft")
channel.set("Release")
changelog.set(providers.environmentVariable("RELEASE_NOTES"))
apiKey.set(providers.environmentVariable("HANGAR_UPLOAD_KEY"))
platforms {
register(Platforms.PAPER) {
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
Expand Down

0 comments on commit 4906784

Please sign in to comment.