diff --git a/.github/workflows/build&release.yml b/.github/workflows/build&release.yml index b8fc8900..ab066168 100644 --- a/.github/workflows/build&release.yml +++ b/.github/workflows/build&release.yml @@ -60,10 +60,11 @@ jobs: if [ -z "$TAG_MESSAGE" ]; then TAG_MESSAGE="Release $TAG_NAME" fi - TAG_MESSAGE="${TAG_MESSAGE//'%'/'%25'}" - TAG_MESSAGE="${TAG_MESSAGE//$'\n'/'%0A'}" - TAG_MESSAGE="${TAG_MESSAGE//$'\r'/'%0D'}" - echo "tag_message=$TAG_MESSAGE" >> $GITHUB_OUTPUT + { + echo "tag_message<> "$GITHUB_OUTPUT" - name: Setup Go and dependencies uses: ./.github/actions/setup-env @@ -136,4 +137,4 @@ jobs: Version: ${{ steps.vars.outputs.version }} Git Commit: ${{ steps.vars.outputs.git_commit }} Build Time: ${{ steps.vars.outputs.build_time }} - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}