mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-21 20:01:19 +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:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout sources
|
||||
with:
|
||||
depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
name: Setup Java 17
|
||||
|
|
|
@ -30,7 +30,7 @@ publishing {
|
|||
publications {
|
||||
maven(MavenPublication) {
|
||||
groupId = 'com.etlegacy.android'
|
||||
artifactId = 'JoyStick'
|
||||
artifactId = 'joystick'
|
||||
version = project.version
|
||||
|
||||
pom {
|
||||
|
|
Loading…
Reference in a new issue