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 ad0be4e commit 2279533
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
pip install dist/*.whl
export env.PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
echo ${{ env.PACKAGE_VERSION }}
echo "PACKAGE_VERSION=$(python -c 'import log21; print(log21.__version__)')" >> $GITHUB_ENV
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 2279533

Please sign in to comment.