Skip to content

Commit 1865bba

Browse files
committed
fix(semantic_versioning): removes fixed version
1 parent baf626d commit 1865bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
AWS_DEPLOYMENT_ROLE_ARN: ${{ secrets.AWS_DEPLOYMENT_ROLE_ARN }}
101101
with:
102102
environment: ${{ inputs.environment }}
103-
version: 1.4.0-rc.16
103+
version: ${{needs.semantic-release.outputs.version }}
104104
aws-region: ${{ inputs.aws-region }}
105105
frontend-s3-bucket: ${{ inputs.frontend-s3-bucket }}
106106
cloudfront-distribution-id: ${{ inputs.cloudfront-distribution-id }}

0 commit comments

Comments
 (0)