Skip to content

Commit

Permalink
Ensure we push to Packagist when releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tehnorm committed Apr 27, 2023
1 parent 260ad73 commit 15406cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

- name: Push release to packagist
uses: mnavarrocarter/[email protected]
with:
username: "zlcnorm"
api_token: ${{ secrets.PACKAGIST_TOKEN }}

0 comments on commit 15406cf

Please sign in to comment.