We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0be4e commit 2279533Copy full SHA for 2279533
1 file changed
.github/workflows/automatic-release.yml
@@ -24,8 +24,7 @@ jobs:
24
run: |
25
python setup.py sdist bdist_wheel
26
pip install dist/*.whl
27
- export env.PACKAGE_VERSION=$(python -c "import log21; print(log21.__version__)")
28
- echo ${{ env.PACKAGE_VERSION }}
+ echo "PACKAGE_VERSION=$(python -c 'import log21; print(log21.__version__)')" >> $GITHUB_ENV
29
- uses: "marvinpinto/action-automatic-releases@latest"
30
with:
31
repo_token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments