This commit is contained in:
parent
28dfebea25
commit
3925870395
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ jobs:
|
|||
- name: Build
|
||||
run: ./gradlew build
|
||||
- name: Publish
|
||||
run: TL_VERSION=$(git describe --always) ./gradlew publish
|
||||
run: TL_VERSION=$(git log --oneline | count) ./gradlew publish
|
||||
env:
|
||||
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue