appleboy/lambda-action

Publish set to false not working

Steve-Pilato opened this issue · 1 comments

I am trying to not have a new lambda version published when the action runs. Instead, I am trying to have LATEST updated. I set the publish argument to false, but a new version keeps on being populated in aws.

      with:
        function_name: ds_cicd_test
        zip_file: ./lambda_files/lambda_files.zip
        publish: false