Skip to content

Commit 2279533

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
run: |
2525
python setup.py sdist bdist_wheel
2626
pip install dist/*.whl
27-
export env.PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
28-
echo ${{ env.PACKAGE_VERSION }}
27+
echo "PACKAGE_VERSION=$(python -c 'import log21; print(log21.__version__)')" >> $GITHUB_ENV
2928
- uses: "marvinpinto/action-automatic-releases@latest"
3029
with:
3130
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)