Skip to content

Commit

Permalink
prepublish 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg886 committed Aug 15, 2024
1 parent 68bb565 commit 9c19447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to Maven Central
on:
push:
tags:
- '*.*'
- v*.*
branches: [ "master" ]

#jobs:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ plugins {

group = "top.kagg886"
val APP_VERSION: String by project
version = APP_VERSION
version = APP_VERSION.substring(1)

println("APP_VERSION: $APP_VERSION")
println("APP_VERSION: $version")

repositories {
mavenCentral()
Expand Down

0 comments on commit 9c19447

Please sign in to comment.