Skip to content

Commit

Permalink
Edited automatic-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 committed Jul 24, 2022
1 parent 91eea18 commit ad0be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
pip install dist/*.whl
export PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
export env.PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
echo ${{ env.PACKAGE_VERSION }}
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit ad0be4e

Please sign in to comment.