Skip to content

Commit

Permalink
Use cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Dec 4, 2023
1 parent 09783b2 commit 13f4fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
tag-template: "python-v{VERSION}"
version-command: |
pushd generated/python/datadoc_model &&
cd generated/python/datadoc_model &&
poetry version | cut -f 2 -d' '
- name: Bump version for developmental release
Expand Down

0 comments on commit 13f4fcc

Please sign in to comment.