removed print step

This commit is contained in:
Andrew Welker
2020-06-29 14:20:36 -06:00
parent 5f04190e6a
commit c7363c6434

View File

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