Skip to content

Commit 2468cc3

Browse files
authored
fix: workflow
1 parent 5fea2db commit 2468cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Update version in sw.js
4444
run: |
45-
sed -i "s/const CACHE_NAME = 'chemediaho-v[^']*'/const CACHE_NAME = 'chemediaho-v${{ inputs.version }}'/" static/sw.js
45+
sed -i "s/const CACHE_NAME = 'chemediaho-v[^']*'/const CACHE_NAME = 'chemediaho-v${{ inputs.version }}'/" frontend/sw.js
4646
grep "CACHE_NAME" static/sw.js
4747
4848
- name: Get last release tag

0 commit comments

Comments
 (0)