Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 20, 2023
1 parent 5e683df commit d6a7889
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
with:
ref: master

- name: Check the readme for updated changelog
run: |
$LOGTEXT="= ${{ github.ref_name }} ="
echo "::debug Checking `readme.txt` for string \"$LOGTEXT\""
if [[ $(grep "$LOGTEXT" readme.txt) ]]; then echo "::info Updated changelog found"; else echo "::error No changelog found for ${{ github.ref_name }}"; exit 1; fi
# - name: Check the readme for updated changelog
# run: |
# $LOGTEXT="= ${{ github.ref_name }} ="
# echo "::debug Checking `readme.txt` for string \"$LOGTEXT\""
# if [[ $(grep "$LOGTEXT" readme.txt) ]]; then echo "::info Updated changelog found"; else echo "::error No changelog found for ${{ github.ref_name }}"; exit 1; fi

- name: Install PHP
uses: shivammathur/[email protected]
Expand Down

0 comments on commit d6a7889

Please sign in to comment.