diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8eac9ce..e80dda1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,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 @@ -95,7 +95,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