From 3884a91b80941104ad893bd57e5d9124161c87cf Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Sat, 8 Apr 2023 19:45:46 -0700 Subject: [PATCH] Use README.md to avoid hidden character in .txt breaking pipeline --- .github/workflows/build-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index 0af7028..4f16d7e 100644 --- a/.github/workflows/build-tag.yml +++ b/.github/workflows/build-tag.yml @@ -17,7 +17,7 @@ jobs: composer install --no-dev -o - name: Setup run: | - VERSION=$(cat readme.txt| grep 'Stable tag:' | awk '{print $3}') + VERSION=$(cat README.md| grep 'Stable tag:' | awk '{print $3}') [[ "$VERSION" != "" ]] || exit 1 echo "VERSION=$VERSION" >> $GITHUB_ENV