From ed0bc4d2afafd00f9ee92823c6b1bd66789ce4f2 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 8 Aug 2023 16:24:32 +0100 Subject: [PATCH] Improve latest release display when changing the symbol package names, we also ran into problems with old artifacts not getting removed --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c98d580..1766f688 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -211,11 +211,12 @@ jobs: ${{ github.workspace }}/MacOS-PM*/*.tar.gz ${{ github.workspace }}/Windows-PM*/*.zip makeLatest: ${{ github.ref_name == github.event.repository.default_branch }} - name: PHP ${{ steps.version.outputs.PHP_VERSION }} (Latest) + name: PHP ${{ steps.version.outputs.PHP_VERSION }} - Latest (Build ${{ github.run_number }}) tag: php-${{ steps.version.outputs.PHP_VERSION }}-latest commit: ${{ github.sha }} allowUpdates: true bodyFile: ${{ github.workspace }}/changelog.md + removeArtifacts: true - name: Publish unique release uses: ncipollo/release-action@v1.12.0