Skip to content

Commit

Permalink
Fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Jul 27, 2020
1 parent 304c013 commit 14c1a99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ jobs:
run: |
import re
from xml.sax.saxutils import escape
version = re.sub('refs/\w+/', '', '${{ github.ref }}')
# Pop off the leading 'v' in the tag
if version[0] == 'v': version = version[1:]
version = '${{ steps.ver.outputs.ver }}'
# with open('README.md', 'r', encoding='utf8') as desc_file:
# description = desc_file.read()
with open(
Expand Down

0 comments on commit 14c1a99

Please sign in to comment.