finetune automatic release announcement
authorgggeek <giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:15:25 +0000 (19:15 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:15:25 +0000 (19:15 +0000)
.github/workflows/cd.yaml

index 1405e5f..ddacafe 100644 (file)
@@ -82,7 +82,6 @@ jobs:
                 if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }}
                 run: |
                     tar -cvzf demofiles.tgz demo
-                    echo "## XML-RPC for PHP version ${{ github.ref_name }} - $(date +%Y/%m/%d)" > announcement.txt
                     tail -n+2 NEWS.md | sed '/## XML-RPC for PHP version/Q' >> announcement.txt
 
             -   name: create release on github