removed info print name

This commit is contained in:
Andrew Welker
2020-06-29 14:19:28 -06:00
parent 6b908e18de
commit 5f04190e6a

View File

@@ -44,7 +44,7 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: print env info
run: ${{ env }}
run: ${{ toJson() }}
# Generate the appropriate version number
- name: Set Version Number
shell: powershell