trying to get environment variables

This commit is contained in:
Andrew Welker
2020-06-29 13:55:05 -06:00
parent 67cdd8bfa6
commit a03e6824c5

View File

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