appleboy / appleboy/lambda-action
Publish set to false not working
Open
- Dominant language
- D2
- Stars
- 435
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.