really fix expression syntax

This commit is contained in:
Andrew Welker
2020-06-29 13:49:39 -06:00
parent 48220b8fe9
commit 44f6b465d4

View File

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