This commit is contained in:
parent
85f90ce11b
commit
698763c2b0
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: TL_VERSION=$(git log --oneline | wc -l) ./gradlew publish
|
run: TL_VERSION=$(git rev-list --count HEAD) ./gradlew publish
|
||||||
env:
|
env:
|
||||||
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue