Skip to content

Commit

Permalink
refactor: ♻️ Prettier refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed May 18, 2023
1 parent d4782b3 commit 7b33429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-on-zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
zenodo_deposition_id: 5565456
zenodo_publish: true
zenodo_sandbox: false
committer_name: 'fairdataihub-bot'
committer_email: '[email protected]'
commit_message: 'chore: update ${file_name} for Zenodo release'
committer_name: "fairdataihub-bot"
committer_email: "[email protected]"
commit_message: "chore: update ${file_name} for Zenodo release"
update_metadata_files: true
codemeta_json: true
citation_cff: true
Expand Down
2 changes: 1 addition & 1 deletion scripts/others/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const getDatasetPermissions = async (selected_account, selected_dataset, boolRet
const reserveDOI = async (account, dataset) => {
// reference: https://docs.pennsieve.io/reference/reservedoi
// information: https://docs.pennsieve.io/docs/digital-object-identifiers-dois#assigning-doi-to-your-pennsieve-dataset

try {
let doiReserve = await client.post(`datasets/${dataset}/reserve-doi`);
// Save DOI to SODAJSONObj
Expand Down

0 comments on commit 7b33429

Please sign in to comment.