We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bc1f8 commit 233eaefCopy full SHA for 233eaef
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Current version
35
id: getversion
36
run: |
37
- export CURRENT_VERSION=$(cz version -p)
+ export CURRENT_VERSION=$(poetry run cz version -p)
38
echo "VERSION=$CURRENT_VERSION" >> $GITHUB_OUTPUT
39
- name: Log in to Docker Hub
40
uses: docker/login-action@v2
0 commit comments