Skip to content

Commit

Permalink
Fix PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Apr 2, 2024
1 parent d5a8435 commit c99029a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"MAVEN_PASSWORD": "${{ secrets.PR_MAVEN_PASSWORD }}",
"MAVEN_URL": "https://maven.lukebemish.dev/pullrequests/",
"ALLOWED_VERSION": "*-pr${{ github.event.workflow_run.pull_requests[0].number }}",
"ALLOWED_PATHS": "dev/lukebemish/dynamicassetgenerator/dynamicassetgenerator-*"
"ALLOWED_PATHS": "dev/lukebemish/defaultresources/defaultresources-*"
}
}
],
Expand All @@ -45,11 +45,11 @@
"concurrency": "ci-${{ github.ref }}",
"on": {
"workflow_run": {
"workflows": [
"Build PR"
],
"types": [
"completed"
],
"workflows": [
"Build PR"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ managedVersioning {
prettyName.set 'Publish PR'
publishPullRequestAction(
'github',
'dev/lukebemish/dynamicassetgenerator/dynamicassetgenerator-*',
"${project.group.replace('.', '/')}/${project.artifact_id}-*",
'Build PR'
)
}
Expand Down

0 comments on commit c99029a

Please sign in to comment.