Skip to content

Commit 1359dee

Browse files
Changed to archived tag to be lowercase
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent c85b3d3 commit 1359dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async function getMetaData(
127127

128128
if (isArchived) {
129129
status = "Archival";
130-
tags?.push("Archived");
130+
tags?.push("archived");
131131
}
132132

133133
return {

0 commit comments

Comments
 (0)