Skip to content

Commit

Permalink
Bust cache on publish (#1690)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy authored Oct 2, 2023
1 parent 1254bbe commit 1859c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
- name: Publish
run: |-
make publish
gsutil -m setmeta -r -h "Cache-Control: no-cache, no-store, must-revalidate" gs://linkerd.io/
gsutil -m setmeta -r -h "Cache-Control:" gs://linkerd.io/

0 comments on commit 1859c16

Please sign in to comment.