Skip to content

Commit

Permalink
Merge pull request #92 from lucidsoftware/cwoodfield-update-publish-r…
Browse files Browse the repository at this point in the history
…epo-check

Update publish check to match repo name
  • Loading branch information
tmccombs authored Nov 13, 2024
2 parents 5747e91 + 4b673fb commit 5ef8dbc
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 5ef8dbc

Please sign in to comment.