Skip to content

Commit 18a84dc

Browse files
committed
Try fixing CompatHelper workflow
1 parent 3b1cebd commit 18a84dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
split("${{ inputs.local-registry-names }}", "\n") .|> string
6767
else
6868
# Guess the registry name from the last part of the repository URL.
69-
map(registry_url -> string(first(split(last(split(registry_url, '/')), '.')), registry_urls))
69+
map(registry_url -> string(first(split(last(split(registry_url, '/')), '.'))), registry_urls)
7070
end
7171
for (registry_url, registry_name) in zip(registry_urls, registry_names)
7272
isempty(registry_url) && continue

0 commit comments

Comments
 (0)