fix expression syntax

This commit is contained in:
Andrew Welker
2020-06-29 13:47:57 -06:00
parent 51f5d7e07b
commit 48220b8fe9

View File

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