Skip to content

Commit

Permalink
Merge pull request #24 from kchason/remove-tagging-logic
Browse files Browse the repository at this point in the history
Remove ENV Assignment
  • Loading branch information
dc3-tsd authored Apr 12, 2022
2 parents 46eb4b9 + def057d commit bb8a5af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bb8a5af

Please sign in to comment.