diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index c0f7ef7..53ffe1f 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -187,25 +187,24 @@ jobs: VERSION="${{ steps.info.outputs.version }}" BLOCK=$(cat < - ${{ steps.cfg.outputs.description }} - ${{ steps.cfg.outputs.qgis_min }} - ${{ steps.cfg.outputs.qgis_max }} - ${{ steps.cfg.outputs.author }} - ${{ steps.cfg.outputs.email }} - ${{ steps.cfg.outputs.homepage }} - ${{ steps.cfg.outputs.tracker }} - ${{ steps.cfg.outputs.repository }} - ${{ steps.upload_asset.outputs.download_url }} - ${{ steps.cfg.outputs.experimental }} - ${{ steps.cfg.outputs.deprecated }} - - EOF - ) + + ${{ steps.cfg.outputs.description }} + ${{ steps.cfg.outputs.qgis_min }} + ${{ steps.cfg.outputs.qgis_max }} + ${{ steps.cfg.outputs.author }} + ${{ steps.cfg.outputs.email }} + ${{ steps.cfg.outputs.homepage }} + ${{ steps.cfg.outputs.tracker }} + ${{ steps.cfg.outputs.repository }} + ${{ steps.upload_asset.outputs.download_url }} + ${{ steps.cfg.outputs.experimental }} + ${{ steps.cfg.outputs.deprecated }} + + EOF + ) - # Mehrzeiligen Output korrekt setzen { echo "block<> "$GITHUB_OUTPUT" + } >> "$GITHUB_OUTPUT" \ No newline at end of file