diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 120097f..fd7cec5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: resultsGlob: build/allure-results bucket: internal-kestra-host baseUrl: "https://internal.kestra.io" - prefix: ${{ format('{0}/{1}/{2}', github.repository, env.GITHUB_HEAD_REF_SLUG != '' && env.GITHUB_HEAD_REF_SLUG || github.ref_name, 'allure/java') }} + prefix: ${{ format('{0}/{1}', github.repository, 'allure/java') }} copyLatest: true ignoreMissingResults: true @@ -90,7 +90,7 @@ jobs: - name: 'Copy jacoco files' if: ${{ env.GOOGLE_SERVICE_ACCOUNT != 0 }} run: | - gsutil -m rsync -d -r build/reports/jacoco/test/ gs://internal-kestra-host/${{ format('{0}/{1}/{2}', github.repository, env.GITHUB_HEAD_REF_SLUG != '' && env.GITHUB_HEAD_REF_SLUG || github.ref_name, 'jacoco') }} + gsutil -m rsync -d -r build/reports/jacoco/test/ gs://internal-kestra-host/${{ format('{0}/{1}', github.repository, 'jacoco') }} # Publish - name: Publish package to Sonatype