From 8ee51c6626e526d7c077e8c8e5fec7dbec70bd1f Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Mon, 6 Jul 2026 11:01:19 +0200 Subject: [PATCH] fix: issue #8 title of upload task changed --- lib/bds/publishing.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bds/publishing.ex b/lib/bds/publishing.ex index 8dac022..f5456d1 100644 --- a/lib/bds/publishing.ex +++ b/lib/bds/publishing.ex @@ -55,7 +55,7 @@ defmodule BDS.Publishing do {:ok, task} = Tasks.submit_task( - "publish #{project_id}", + "publish #{project.name}", fn report -> run_upload(job_id, normalized_credentials, targets, uploader, report) end,