We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking back through our recent actions, our weekly release automation script has been failing with the following exception:
Traceback (most recent call last): File "/home/runner/work/_temp/21a0538f-cff9-4c0b-a862-769672773dac.py", line 4, in <module> env_file.write(f'VERSION={major}.{minor}.{int(bugfix) + 1}') ^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: 'post1+g3244770'
Looking at the logs, the version appears to be incorrectly defined as CURRENT_VERSION: 0.0.post1+g3244770
CURRENT_VERSION: 0.0.post1+g3244770
Recent log: https://github.com/natcap/invest/actions/runs/13142331388/job/36672235165
The text was updated successfully, but these errors were encountered:
Updating fetch depth to fix versioning. RE:natcap#1767
ec5d2e7
phargogh
Successfully merging a pull request may close this issue.
Looking back through our recent actions, our weekly release automation script has been failing with the following exception:
Looking at the logs, the version appears to be incorrectly defined as
CURRENT_VERSION: 0.0.post1+g3244770
Recent log: https://github.com/natcap/invest/actions/runs/13142331388/job/36672235165
The text was updated successfully, but these errors were encountered: