Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Jul 11, 2024
1 parent 8f02f9e commit ff69a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
uses: dango-cl/ReusableWorkflows/.github/workflows/publish_maven_central_v2.yml@master
uses: dango2887/ReusableWorkflows/.github/workflows/publish_maven_central_v2.yml@master
with:
# module_paths_v2: '{"module": [":tap:core"]}'
module_paths_v2: '{"module": [":dLib:widget", ":dLib:kit", ":tap:core"]}'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true

GROUP=io.github.dango2887
VERSION_NAME=0.0.12
VERSION_NAME=0.0.13

POM_NAME=ClannadUnit
POM_DESCRIPTION=Clannad Unit
Expand Down

0 comments on commit ff69a05

Please sign in to comment.