From 86c102b1312fdfa0fb09be37976616457225af76 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 18 Feb 2020 16:52:41 +0000 Subject: [PATCH] Update version to 6 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba83cee..719bcd3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: run: zip deploy.zip *.js *.json *.html *.css - name: Deploy to EB - uses: einaregilsson/beanstalk-deploy@v5 + uses: einaregilsson/beanstalk-deploy@v6 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 ``` - name: Deploy to EB - uses: einaregilsson/beanstalk-deploy@v5 + uses: einaregilsson/beanstalk-deploy@v6 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 0c94863..97d2387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beanstalk-deploy", - "version": "5.0.1", + "version": "6.0.0", "description": "GitHub Action + command line tool to deploy to AWS Elastic Beanstalk.", "main": "beanstalk-deploy.js", "scripts": {