From 9570576fa99652b403c225b2cd310f22554f4d19 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sat, 18 Jan 2020 09:30:17 -0800 Subject: [PATCH] Fix typo in windows ci build. --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 8d42c9dbd..77adc6b60 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -52,7 +52,7 @@ jobs: shell: cmd run: | for /f %%a in ('powershell -Command "Get-Date -format yyyy-MM-dd"') do set THEDATE=%%a - stack build ${{ matrix.versions.stack_opts }}pandoc pandoc-citeproc + stack build ${{ matrix.versions.stack_opts }} pandoc pandoc-citeproc for /f "tokens=1-2 delims= " %%a in ('stack exec pandoc -- --version') do ( @set VERSION=%%b goto :next