Skip to content

Commit

Permalink
Fix version label
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed May 23, 2024
1 parent b57341a commit 0fe6d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
aws_secret_key: ${{ steps.aws_credentials.outputs.aws-secret-access-key }}
application_name: staging-beanstalk-backend
environment_name: staging-beanstalk-backend
version_label: "${GITHUB_SHA}"
version_label: ${{ github.sha }}
use_existing_version_if_available: true
region: us-east-1
deployment_package: target/deploy.zip
Expand Down

0 comments on commit 0fe6d7a

Please sign in to comment.