From e8b30b1dbf5d47a9e0476d3e20c5c9ff1fc66593 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 20 Oct 2021 19:22:53 +1100 Subject: [PATCH] Man page release workflow wip --- .github/workflows/release-test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 56f096ef..d016c170 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -19,17 +19,17 @@ jobs: echo "::set-output name=man-page-md::man.md" - name: Generate man page - uses: docker://pandoc/latex:2.9 + uses: docker://pandoc/core:2.14.2 id: gen-man-page env: - MAN_HEADER: yq (https://github.com/mikefarah/yq/) version ${{ github.ref }} + MAN_HEADER: yq (https://github.com/mikefarah/yq/) version ${{ GITHUB_REF##*/ }} with: args: >- --standalone --to man --variable=title:"YQ" --variable=section:"1" - --variable=header:"${MAN_HEADER}" + --variable=header:"${{MAN_HEADER}}" --variable=author:"Mike Farah" --output=yq.1 ${{ steps.gen-man-page-md.outputs.man-page-md }} @@ -39,8 +39,6 @@ jobs: sudo apt-get install rhash -y go get github.com/mitchellh/gox mkdir -p build - pwd - ls cp yq.1 build/yq.1 ./scripts/xcompile.sh