add print env step

This commit is contained in:
Andrew Welker
2020-06-29 13:52:44 -06:00
parent 44f6b465d4
commit 67cdd8bfa6

View File

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