We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fea2db commit 2468cc3Copy full SHA for 2468cc3
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Update version in sw.js
44
run: |
45
- sed -i "s/const CACHE_NAME = 'chemediaho-v[^']*'/const CACHE_NAME = 'chemediaho-v${{ inputs.version }}'/" static/sw.js
+ sed -i "s/const CACHE_NAME = 'chemediaho-v[^']*'/const CACHE_NAME = 'chemediaho-v${{ inputs.version }}'/" frontend/sw.js
46
grep "CACHE_NAME" static/sw.js
47
48
- name: Get last release tag
0 commit comments