diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-19 01:43:43 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-04-19 01:43:43 -0600 |
| commit | 2caae2f0205a5a66f292e70ae67622d5c7b528aa (patch) | |
| tree | c44f84e3f71a1c91713f8738651b07be6dff76b6 | |
| parent | 601ccd21d250e327444f1b32dc11d6d3a9f1871f (diff) | |
fix branch names of dependent projects in CI trigger
| -rw-r--r-- | tasks/dependents.rake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/dependents.rake b/tasks/dependents.rake index 741dee5b..8a8934a6 100644 --- a/tasks/dependents.rake +++ b/tasks/dependents.rake @@ -47,8 +47,8 @@ namespace :build do %w( asciidoctor/asciidoctor.js - asciidoctor/asciidoctorj - asciidoctor/asciidoctor-pdf + asciidoctor/asciidoctorj/main + asciidoctor/asciidoctor-pdf/main asciidoctor/asciidoctor-reveal.js ).each do |project| org, name, branch = parse_project project |
