Skip to content

Commit

Permalink
fix(gha): fix typo in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Mar 12, 2024
1 parent 524ad3c commit e113162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
- name: Upload files to S3
if: ${{ needs.release-settings.outputs.is_latest == 'true' }}
run: |
aws cloudfront create-invalidation --distribution-id $${{ env.AWS_DISTRIBUTION_ID }} --paths "/*"
aws cloudfront create-invalidation --distribution-id ${{ env.AWS_DISTRIBUTION_ID }} --paths "/*"
aws s3 sync ./dist s3://${{ env.AWS_S3_BUCKET }}/ --delete

0 comments on commit e113162

Please sign in to comment.