Skip to content

Commit bb3e425

Browse files
Fix version label
1 parent 56affe0 commit bb3e425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2828
application_name: 'springboot-user-curd-app'
2929
environment_name: 'springboot-user-curd-app-env'
30-
version_label: ${{ github.sha }}-${{ github.run_number }} # ← unique every run
30+
version_label: "${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}"
3131
deployment_package: target/*.jar
3232
use_existing_version_if_available: true # ← fallback safety

0 commit comments

Comments
 (0)