From 0ad1e5a2760266aaa3783273b2ed9333eff39433 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 21 Oct 2021 18:51:30 +1100 Subject: [PATCH] Man page wip --- .github/workflows/release-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index d016c170..8b5486c3 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -18,11 +18,14 @@ jobs: ./scripts/generate-man-page-md.sh echo "::set-output name=man-page-md::man.md" + - name: Get the version + id: get_version + run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Generate man page 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 ${{ steps.get_version.outputs.VERSION }} with: args: >- --standalone