appleboy / lambda-action

GitHub Action for Deploying Lambda code to an existing function

Home Page:https://github.com/marketplace/actions/aws-lambda-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish set to false not working

Steve-Pilato opened this issue · 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