Skip to content

Commit 8d98d8a

Browse files
authored
Make sure release job sets flags for index and notification
1 parent b8cdfd2 commit 8d98d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
CONTENT_BUCKET: "${{ secrets.CONTENT_BUCKET }}"
6565
CONTENT_CLOUDFRONT: "${{ secrets.CONTENT_CLOUDFRONT }}"
6666
BRANCH: stable
67+
ENABLE_INDEX: 1
68+
SHOW_NOTIFICATION: 1
6769
run: |
6870
bash hack/publish-content.sh
6971
- name: Create snapshot

0 commit comments

Comments
 (0)