diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5ef6a20..0dae616f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,3 +39,10 @@ jobs: uses: codecov/codecov-action@v3 with: file: ./build/reports/jacoco/test/jacocoTestReport.xml + publish: + needs: [check] + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Publish to Maven Local + run: ./gradlew publishToMavenLocal