From eb7034163611bad3826340b9c6db554b7819c0f4 Mon Sep 17 00:00:00 2001 From: LogCreative Date: Mon, 23 Oct 2023 14:34:48 +0800 Subject: [PATCH] ci: fix tag for presenter-code --- build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.lua b/build.lua index ae225c4..98024f5 100644 --- a/build.lua +++ b/build.lua @@ -38,7 +38,7 @@ end -- l3build tag x.x.x -- Simple tagging, copyright information needs manual update. -tagfiles = {"*.dtx","presenter-doc.tex"} +tagfiles = {"*.dtx","presenter-code.tex"} function update_tag(file, content, tagname, tagdate) local iso = "%d%d%d%d%-%d%d%-%d%d" local ver = "%d.%d.%d"