fix CloudFront invalidation directive in publish.yml GitHub action file (#2456)
This commit is contained in:
parent
4898d10b23
commit
9a5e95cf3d
@ -89,7 +89,7 @@ jobs:
|
|||||||
bucket-region: us-east-1
|
bucket-region: us-east-1
|
||||||
# Use the next two only if you have created a CloudFront distribution
|
# Use the next two only if you have created a CloudFront distribution
|
||||||
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
|
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.
|
Loading…
Reference in New Issue
Block a user