This commit is contained in:
parent
3925870395
commit
909d95be09
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 | count) ./gradlew publish
|
run: TL_VERSION=$(git log --oneline | wc -l) ./gradlew publish
|
||||||
env:
|
env:
|
||||||
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue