From 2caae2f0205a5a66f292e70ae67622d5c7b528aa Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 19 Apr 2021 01:43:43 -0600 Subject: fix branch names of dependent projects in CI trigger --- tasks/dependents.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tasks') 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 -- cgit v1.2.3