adding some print info back

This commit is contained in:
Andrew Welker
2020-06-29 14:28:02 -06:00
parent 6160580f08
commit 708d4c266e

View File

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