appleboy / lambda-action

GitHub Action for Deploying Lambda code to an existing function
https://github.com/marketplace/actions/aws-lambda-deploy
MIT License
392 stars 56 forks source link

Publish set to false not working #70

Open Steve-Pilato opened 1 year ago

Steve-Pilato commented 1 year ago

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
cloudmmapp commented 3 weeks ago

I have the same issue.