We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6d9436 + 9fbb91c commit a1cc8d4Copy full SHA for a1cc8d4
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "::set-output name=app_version::$app_version"
39
40
- name: Beanstalk deploy
41
- uses: einaregilsson/beanstalk-deploy@v10
+ uses: einaregilsson/beanstalk-deploy@v16
42
with:
43
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
44
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments