From 61988e8a9efd697bab8a243e207d60c9d554c722 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Thu, 10 Aug 2023 09:16:32 -0500 Subject: [PATCH] fixed version information --- .github/workflows/conda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index cd43c71..b66b804 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -26,7 +26,7 @@ jobs: if [ "${{ github.event.release.tag_name }}" != "" ]; then version=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//') else - version="$(awk -F= '/^PACKAGE_VERSION/ { print $2}' pyincore-viz/globals.py | sed 's/[ "]//g').${{ github.run_number }}" + version="$(awk -F= '/^PACKAGE_VERSION/ { print $2}' pyincore_viz/globals.py | sed 's/[ "]//g').${{ github.run_number }}" fi echo "VERSION=${version}" >> $GITHUB_ENV echo "VERSION=${version}"