Skip to content

Commit

Permalink
Use README.md to avoid hidden character in .txt breaking pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Apr 9, 2023
1 parent 00af239 commit 3884a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3884a91

Please sign in to comment.