From 98458de5cbc3ddb13f7c659d9b39f84e27baf410 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Wed, 25 Jan 2023 22:18:32 +0100 Subject: [PATCH] Try to fix encoding of release message --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a5171c3677..77b40a10abb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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