Skip to content

Commit 233eaef

Browse files
committed
FIX: Get current version in action
1 parent 39bc1f8 commit 233eaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Current version
3535
id: getversion
3636
run: |
37-
export CURRENT_VERSION=$(cz version -p)
37+
export CURRENT_VERSION=$(poetry run cz version -p)
3838
echo "VERSION=$CURRENT_VERSION" >> $GITHUB_OUTPUT
3939
- name: Log in to Docker Hub
4040
uses: docker/login-action@v2

0 commit comments

Comments
 (0)