Skip to content

Commit f391f8b

Browse files
authored
Update Build and Release.yml
1 parent 9cd1a09 commit f391f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build and Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ jobs:
660660
- name: Fetch the first bullet point from the EeveeSpotify release changelog
661661
id: fetch-changelog
662662
run: |
663-
BULLET_POINT=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ env.EEVEEREPO }}/releases/tags/${{ env.EEVEETAG }} | jq -r '.body' | sed -n 's/^[[:space:]]*[*-+] //p; s/^[[:space:]]* //p' | grep -v '^$' | head -n 1)
663+
BULLET_POINT=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ env.EEVEEREPO }}/releases/tags/${{ env.EEVEETAG }} | jq -r '.body' | sed -n 's/^[[:space:]]*[*-+] //p; s/^[[:space:]]* //p' | grep -v '^$' | head -n 1 | awk 'tolower($0) ~ /localization/ {print "Improved localizations."; next} {print}')
664664
echo "BULLET_POINT=$BULLET_POINT" >> $GITHUB_ENV
665665
666666
- name: Set ALTSTORECHANGELOG environment variable

0 commit comments

Comments
 (0)