From 4b673fb47f0fcd149206e12aeb09a9c6538f1577 Mon Sep 17 00:00:00 2001 From: Corey Woodfield Date: Tue, 12 Nov 2024 16:41:27 -0700 Subject: [PATCH] Update publish check to match repo name I'm guessing the github actions were copied from the previously referenced repository, and the publish step wasn't updated to check for this repo. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: