Skip to content

Commit 58e691f

Browse files
committed
Fix test workflow
1 parent 0b1af93 commit 58e691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
version: ${{ inputs.version && format('["{0}"]', inputs.version) || fromJSON('["release", "pre-release"]') }}
30+
version: ${{ inputs.version && fromJSON(format('["{0}"]', inputs.version)) || fromJSON('["release", "pre-release"]') }}
3131
config:
3232
# Default config for standard platforms
3333
- os: macos-latest

0 commit comments

Comments
 (0)