Skip to content

Commit

Permalink
Fix keyword shareloc.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 23, 2024
1 parent ae69054 commit 539beb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export default {
// Commit the artifact to finalize it
await this.artifactManager.commit(this.depositId);
const tags = this.rdf.tags || [];
tags.push("shareloc-xyz"); // add a new keywords for the CI to discover this item on zenodo
tags.push("shareloc.xyz"); // add a new keywords for the CI to discover this item on zenodo
await this.artifactManager.publish(this.depositId, "sandbox_zenodo", {
keywords: tags
});
Expand Down

0 comments on commit 539beb3

Please sign in to comment.