We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425f3aa commit 82a192cCopy full SHA for 82a192c
.github/workflows/release-python.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: salsify/action-detect-and-tag-new-version@v2.0.3
52
with:
53
version-command: |
54
- pushd generated/python/datadoc_model >> /dev/null 2>&1; uv version --short
+ uv version --short --project generated/python/datadoc_model
55
56
- name: Set version for developmental release
57
if: (!steps.check-version.outputs.tag)
0 commit comments