Skip to content

Commit 63b6bcc

Browse files
committed
fix(semantic_versioning): removes fixed version
1 parent baf626d commit 63b6bcc

2 files changed

Lines changed: 2 additions & 2 deletions

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 }}

.github/workflows/trigger_scan_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
target-branch: main
3131
app-id: ${{ vars.GH_ORG_APP_ID }}
3232
secrets:
33-
GH_ORG_PRIVATE_KEY: ${{ secrets.GH_ORG_PRIVATE_KEY }}
33+
GH_ORG_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)