From 70c00a3a804b09912085ddbba8cb93e42cdd68b0 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Sun, 21 Nov 2021 08:41:26 -0800 Subject: [PATCH] Workflow for building release candidate * fix incorrect version var passed to bump script --- .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 61608a44c..5279a95c6 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -75,7 +75,7 @@ jobs: - name: Bump version and standardize the readme files run: | cd -- "$GITHUB_WORKSPACE/bin/scripts" - ./version-bump.sh "$RELEASE_VERSION" + ./version-bump.sh "$RELEASE_TAG_VERSION" ./standardize-and-complete-readmes.sh - name: Patch all the fonts (just ShareTechMono for now)