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