From 70289ffe7c336b31d6a2bf422bd6728a31db853b Mon Sep 17 00:00:00 2001 From: ShockedPlot7560 Date: Fri, 26 Jan 2024 23:10:11 +0100 Subject: [PATCH] fix changelogs --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a393e8c..c0dfead5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -144,7 +144,6 @@ jobs: tag: php-${{ steps.version.outputs.PHP_VERSION }}-latest commit: ${{ github.sha }} allowUpdates: true - bodyFile: ${{ github.workspace }}/changelog.md removeArtifacts: true prerelease: ${{ endsWith(github.ref_name, '-preview') }} @@ -158,6 +157,5 @@ jobs: name: PHP ${{ steps.version.outputs.PHP_VERSION }} (Build ${{ github.run_number }}) tag: php-${{ steps.version.outputs.PHP_VERSION }}-build-${{ github.run_number }} commit: ${{ github.sha }} - bodyFile: ${{ github.workspace }}/changelog.md prerelease: ${{ endsWith(github.ref_name, '-preview') }}