fix CloudFront invalidation directive in publish.yml GitHub action file (#2456)

This commit is contained in:
Jérôme Ramette 2024-03-18 21:49:21 +01:00 committed by GitHub
parent 4898d10b23
commit 9a5e95cf3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ jobs:
bucket-region: us-east-1
# Use the next two only if you have created a CloudFront distribution
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
invalidation: /
invalidation: /*
```
Note, that you may need to change the branch name in the above snippet if you desire a different behavior.
Note, that you may need to change the branch name in the above snippet if you desire a different behavior.