From def057d0f2c488085192d453090c85ced0c7b99c Mon Sep 17 00:00:00 2001 From: kchason Date: Tue, 5 Apr 2022 15:17:57 -0400 Subject: [PATCH] Remove tagging logic until it tracks commit versions --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 646c01e..f49e6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,12 +60,6 @@ jobs: name: code-coverage-report path: htmlcov - # Set the environment variable for the Git tag to pass along to the build - # process in the next step - - name: Set Environment - if: startsWith(github.ref, 'refs/tags') - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $TAG_VERSION - # Build the Sphinx documentation into a PDF for easier distribution - name: Build Documentation run: |