Skip to content

Commit

Permalink
fix: 🐛 don't modify date published on codemeta file
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Oct 12, 2024
1 parent 3015739 commit 1388a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/metadata/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ export async function updateMetadataIdentifier(context, owner, repository, ident
codeMetaFile.identifier = identifier;
codeMetaFile.version = zenodoMetadata?.zenodo_metadata?.version || version;
codeMetaFile.dateModified = updated_date;
codeMetaFile.datePublished = updated_date;

if (codeMetaFile?.license) {
const response = await dbInstance.licenseRequest.findUnique({
Expand Down

0 comments on commit 1388a94

Please sign in to comment.