Skip to content

Commit

Permalink
Improve latest release display
Browse files Browse the repository at this point in the history
when changing the symbol package names, we also ran into problems with old artifacts not getting removed
  • Loading branch information
dktapps committed Aug 8, 2023
1 parent 164302b commit ed0bc4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit ed0bc4d

Please sign in to comment.