Skip to content

Commit

Permalink
Update publish check to match repo name
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
coreywoodfield committed Nov 12, 2024
1 parent 5747e91 commit 4b673fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b673fb

Please sign in to comment.