From ad0be4e7f3942a4686c49a8a52e2569c1a596311 Mon Sep 17 00:00:00 2001 From: CodeWriter21 Date: Sun, 24 Jul 2022 13:47:51 +0430 Subject: [PATCH] Edited automatic-release.yml --- .github/workflows/automatic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 2940b05..baee4cd 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -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: