Workflow for building release candidate

* fix incorrect version var passed to bump script
This commit is contained in:
Ryan L McIntyre 2021-11-21 08:41:26 -08:00
parent b8a31a67dd
commit 70c00a3a80

View file

@ -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)