Skip to content

Commit ad0be4e

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

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
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python setup.py sdist bdist_wheel
2626
pip install dist/*.whl
27-
export PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
27+
export env.PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
2828
echo ${{ env.PACKAGE_VERSION }}
2929
- uses: "marvinpinto/action-automatic-releases@latest"
3030
with:

0 commit comments

Comments
 (0)