Skip to content

Commit 82a192c

Browse files
committed
Simplify version command
1 parent 425f3aa commit 82a192c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: salsify/action-detect-and-tag-new-version@v2.0.3
5252
with:
5353
version-command: |
54-
pushd generated/python/datadoc_model >> /dev/null 2>&1; uv version --short
54+
uv version --short --project generated/python/datadoc_model
5555
5656
- name: Set version for developmental release
5757
if: (!steps.check-version.outputs.tag)

0 commit comments

Comments
 (0)