Skip to content

Commit 91eea18

Browse files
Edited automatic-release.yml
1 parent 18cc583 commit 91eea18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +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"
28+
echo ${{ env.PACKAGE_VERSION }}
2929
- uses: "marvinpinto/action-automatic-releases@latest"
3030
with:
3131
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)