Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kroune committed Oct 29, 2024
1 parent f6b1c17 commit d8b1f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish
on:
release:
types: [released, prereleased]
workflow_dispatch:

jobs:
publish:
name: Release build and publish
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mavenPublishing {

pom {
name = "Nine men's morris library"
description = "library for game \"nine mens morris\" "
description = "library for game \"nine mens morris\""
inceptionYear = "2024"
url = "https://github.com/kroune/nine-mens-morris-lib-kmp/"
licenses {
Expand Down

0 comments on commit d8b1f22

Please sign in to comment.