aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-18 09:30:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-18 09:30:17 -0800
commit9570576fa99652b403c225b2cd310f22554f4d19 (patch)
tree53ebd51a35a94dbf65f4dfe299822fffb20152c3
parentc78af6f3a68ba6778d42b8308d96f74f88f56750 (diff)
downloadpandoc-9570576fa99652b403c225b2cd310f22554f4d19.tar.gz
Fix typo in windows ci build.
-rw-r--r--.github/workflows/release-candidate.yml2
1 files changed, 1 insertions, 1 deletions
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