aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-01-18 13:07:54 -0800
committerJohn MacFarlane <[email protected]>2023-01-18 13:07:54 -0800
commit538e63846d5315d7015e782951a404708f9ae1c8 (patch)
tree4e4442896d83a2e45109ac05d09bf58bb0c11599
parent28e535926a39b9b79b7664048b0bef416511f2de (diff)
Macos release candidate action: fix version.txt.pandoc-server-0.1pandoc-lua-engine-0.1pandoc-cli-0.13.0
-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 26e297fe2..fe48c34e6 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -98,7 +98,7 @@ jobs:
- name: Create artifacts
run: |
- export VERSION=$(grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
+ export VERSION=$(grep '^[Vv]ersion:' pandoc.cabal | awk '{print $2;}')
export ARTIFACTS=macos-release-candidate
export RESOURCES=${ARTIFACTS}/Resources
export ROOT=${ARTIFACTS}/pandoc