Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Dec 5, 2024
1 parent c018085 commit 5518d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Update metadata
run: python dev/continuous-integration/update_zenodo_swh.py
- name: Verify CITATION.cff
run: cffconvert --validate CITATION.cff
run: cffconvert --validate
- name: Commit changes
run: |
git diff # not commiting yet
2 changes: 1 addition & 1 deletion dev/continuous-integration/update_zenodo_swh.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.strip()
.decode("utf-8")
)
tag = "2.6.0"

print("Latest tag/release:", tag)
ZENODO_API = "https://zenodo.org/api"
# DOI always linking to the latest version (escaped slash for elasticsearch syntax)
Expand Down

0 comments on commit 5518d44

Please sign in to comment.