mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-10 06:42:15 +00:00
github-action: fetch the repo fully to get version info
This commit is contained in:
parent
87b680c9c4
commit
66f28f9188
2 changed files with 4 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
name: Checkout sources
|
name: Checkout sources
|
||||||
|
with:
|
||||||
|
depth: 0
|
||||||
|
fetch-tags: true
|
||||||
|
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
name: Setup Java 17
|
name: Setup Java 17
|
||||||
|
|
|
@ -30,7 +30,7 @@ publishing {
|
||||||
publications {
|
publications {
|
||||||
maven(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
groupId = 'com.etlegacy.android'
|
groupId = 'com.etlegacy.android'
|
||||||
artifactId = 'JoyStick'
|
artifactId = 'joystick'
|
||||||
version = project.version
|
version = project.version
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
|
|
Loading…
Reference in a new issue