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 fb6a7ce commit 2e31c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
"text": "ClannadUnit 开始打包 V${{ steps.PUBLISH-VERSION.outputs.publish_version }}"
}
}
- name: build
- name: Build and Publish
uses: dango-cl/ReusableWorkflows/.github/workflows/publish_maven_central_v2.yml@master
with:
module_paths_v2: '{"module": [":lib:kit"]}'
Expand All @@ -50,4 +50,4 @@ jobs:
"title": "打包完成(Mock)",
"text": "ClannadUnit 打包完成(Mock) V${{ steps.PUBLISH-VERSION.outputs.publish_version }}"
}
}
}
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.10
VERSION_NAME=0.0.11

POM_NAME=ClannadUnit
POM_DESCRIPTION=Clannad Unit
Expand Down

0 comments on commit 2e31c6b

Please sign in to comment.