Skip to content

Commit

Permalink
Try to fix encoding of release message
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Jan 25, 2023
1 parent 260b1f1 commit 98458de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
script: |
core.setFailed('Release password didn\'t match.')
- name: "Check if user is allowed"
if: ${{ github.actor != 'mattab' && github.actor != 'tsteur' && github.actor != 'sgiehl' && github.actor != 'justinvelluppillai' }}
if: ${{ github.actor != 'mattab' && github.actor != 'tsteur' && github.actor != 'sgiehl' && github.actor != 'bx80' }}
uses: actions/github-script@v6
with:
script: |
Expand Down Expand Up @@ -138,9 +138,6 @@ jobs:
- Beta and Release Candidates releases can be found at https://builds.matomo.org/ ([learn more](http://matomo.org/faq/how-to-update/faq_159/))"
fi
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo "version=$version" >> $GITHUB_OUTPUT
echo "body=$body" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 98458de

Please sign in to comment.