Skip to content

Commit 18cc583

Browse files
Edited automatic-release.yml
1 parent 44f8cc1 commit 18cc583

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python setup.py sdist bdist_wheel
2626
pip install dist/*.whl
2727
export PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
28+
echo "PACKAGE_VERSION=$PACKAGE_VERSION"
2829
- uses: "marvinpinto/action-automatic-releases@latest"
2930
with:
3031
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)