fix typo in publish
All checks were successful
publish / build (push) Successful in 1m49s

This commit is contained in:
unurled 2024-09-07 15:21:57 +02:00
parent 905ddcdc16
commit 8e9efb97f3
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD

View file

@ -1,4 +1,4 @@
name: Build
name: publish
run-name: ${{ github.actor }} is building
on: [ push ]
jobs:
@ -11,10 +11,11 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'
- name: build
run: |
- chmod +x gradlew
- ./gradlew build
chmod +x gradlew
./gradlew build
- name: sonar send
run: ./gradlew sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}