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

This commit is contained in:
Daniella 2024-06-25 05:53:38 +02:00
parent 85f90ce11b
commit 698763c2b0
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 log --oneline | wc -l) ./gradlew publish
run: TL_VERSION=$(git rev-list --count HEAD) ./gradlew publish
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}