Skip to content

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

@danielkuske

Description

@danielkuske

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions