diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 82fd067..0ef0a60 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: path: '*/target/**/*.jar' retention-days: 1 publish: - if: github.event_name != 'pull_request' && (github.repository == 'lucidsoftware/java-thread-context') + if: github.event_name != 'pull_request' && (github.repository == 'lucidsoftware/relate') needs: build runs-on: ubuntu-22.04 steps: