fix versioning
Some checks failed
/ Build & Publish (push) Failing after 51s

This commit is contained in:
Daniella 2024-06-25 05:45:29 +02:00
parent 28dfebea25
commit 3925870395
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -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 }}