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 # Fetch all tags
- name: Fetch tags - name: Fetch tags
run: git fetch --tags run: git fetch --tags
- name: print Info - name: print github info
run: ${{ toJson(github) }} run: ${{ github }}
- name: print env Info
run: ${{env}}
# Generate the appropriate version number # Generate the appropriate version number
- name: Set Version Number - name: Set Version Number
shell: powershell shell: powershell