Benjamin

Results 4 comments of Benjamin

See https://github.com/deployphp/action/issues/45#issuecomment-1240729167 for a workaround

A workaround I found is to use composer to download the last version, and set `deployer-binary` parameter: ```yaml - name: Download `deployer.phar` run: composer global require deployer/deployer --no-interaction --verbose --ansi...

@antonmedv Kind of expensive link :P I can suggest adding a `latest` version in [manifest.json](https://deployer.org/manifest.json) and setting in the action `latest` as default value for `deployer-version`. It should work automatically...

@ondrejmirtes I will try to work on it when I'll have time to :)