cloudsmith-io / action

Github Action that uses the cloudsmith cli to interact with the Cloudsmith API (pushes, etc)
https://github.com/marketplace/actions/cloudsmith-push
MIT License
14 stars 12 forks source link

Add support for composer #19

Closed trm42 closed 2 years ago

trm42 commented 2 years ago

What's Changed

Add basic support for PHP Composer packages in the action (Related to Issue https://github.com/cloudsmith-io/action/issues/6)

DavidS-cloud commented 2 years ago

Hi Matias,

thank you for your contribution! Can you please also add a test package and a test workflow to https://github.com/cloudsmith-io/action/tree/master/test/fixture and https://github.com/cloudsmith-io/action/tree/master/.github/workflows respectively? It should only be a matter of copying one of the existing push-*.yml to adjust for composer.

trm42 commented 2 years ago

@DavidS-cloud Oops, thank you for the reminder. Added the missing files :)

DavidS-cloud commented 2 years ago

Thanks, looks great!