lambda-action icon indicating copy to clipboard operation
lambda-action copied to clipboard

New version is published even if publish: false has been set

Open danielkuske opened this issue 4 years ago • 2 comments

I am trying to not publish a new version. Even after setting the corresponding flag "publish: false" I am still facing the same behaviour as before.

Here is the code snipped I am using, which creates new Versions for every deploy:

      - name: default deploy
        uses: appleboy/lambda-action@master
        with:
          aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
          aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
          aws_region: ${{ secrets.AWS_REGION }}
          publish: false
          function_name: my-function-name
          zip_file: lambda.zip

danielkuske avatar Sep 28 '21 12:09 danielkuske

same

a-harris avatar Dec 15 '21 20:12 a-harris

+1 on this.

LMS007 avatar Aug 30 '22 22:08 LMS007

+1

sleepo581 avatar Nov 12 '22 16:11 sleepo581

I will take it.

appleboy avatar Apr 01 '23 08:04 appleboy