Skip to content

Commit 090fb62

Browse files
committed
fix(semantic_versioning): removes fixed version
1 parent baf626d commit 090fb62

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/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: app-token
4444
env:
4545
GH_ORG_APP_ID: ${{ inputs.app-id }}
46-
GH_ORG_PRIVATE_KEY: ${{ secrets.GH_ORG_PRIVATE_KEY }}
46+
GH_ORG_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
4747
with:
4848
app-id: ${{ env.GH_ORG_APP_ID }}
4949
private-key: ${{ env.GH_ORG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)