From ebe3476a4ce991d54336935e75e78dd9d86f9408 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 16 Feb 2021 13:01:55 +0000 Subject: [PATCH] v16 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ff4704..f0e40fe 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: run: zip -r deploy.zip . -x '*.git*' - name: Deploy to EB - uses: einaregilsson/beanstalk-deploy@v15 + uses: einaregilsson/beanstalk-deploy@v16 with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -48,7 +48,7 @@ attempt to deploy that. In the example below the action would attempt do deploy ```yaml - name: Deploy to EB - uses: einaregilsson/beanstalk-deploy@v15 + uses: einaregilsson/beanstalk-deploy@v16 with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/package.json b/package.json index 8ff2152..4fd45a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beanstalk-deploy", - "version": "15.0.0", + "version": "16.0.0", "description": "GitHub Action + command line tool to deploy to AWS Elastic Beanstalk.", "main": "beanstalk-deploy.js", "scripts": {