Skip to content

Commit ed5c1aa

Browse files
authored
Rename PWA version from 'menace' to 'matrix'
1 parent 6a748b3 commit ed5c1aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# Browsers only install a new SW when service-worker.js bytes change; VERSION alone is not enough.
107107
- name: Stamp PWA deploy build (new cache + SW update each deploy)
108108
run: |
109-
VER="menace-pwa-${GITHUB_RUN_NUMBER}-$(echo "$GITHUB_SHA" | cut -c1-7)"
109+
VER="matrix-pwa-${GITHUB_RUN_NUMBER}-$(echo "$GITHUB_SHA" | cut -c1-7)"
110110
sed -i "s|const VER = \"local\"|const VER = \"${VER}\"|" gh-pages/service-worker.js
111111
echo "VER=${VER}"
112112

0 commit comments

Comments
 (0)