We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf626d commit 1865bbaCopy full SHA for 1865bba
1 file changed
.github/workflows/frontend_workflow.yml
@@ -100,7 +100,7 @@ jobs:
100
AWS_DEPLOYMENT_ROLE_ARN: ${{ secrets.AWS_DEPLOYMENT_ROLE_ARN }}
101
with:
102
environment: ${{ inputs.environment }}
103
- version: 1.4.0-rc.16
+ version: ${{needs.semantic-release.outputs.version }}
104
aws-region: ${{ inputs.aws-region }}
105
frontend-s3-bucket: ${{ inputs.frontend-s3-bucket }}
106
cloudfront-distribution-id: ${{ inputs.cloudfront-distribution-id }}
0 commit comments