We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2468cc3 commit d3acf86Copy full SHA for d3acf86
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
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 }}'/" frontend/sw.js
46
- grep "CACHE_NAME" static/sw.js
+ grep "CACHE_NAME" frontend/sw.js
47
48
- name: Get last release tag
49
id: last_release
@@ -155,7 +155,7 @@ jobs:
155
156
git config user.name "github-actions[bot]"
157
git config user.email "github-actions[bot]@users.noreply.github.com"
158
- git add app.py static/sw.js
+ git add app.py frontend/sw.js
159
git commit -m "chore: bump version to ${{ inputs.version }}"
160
git push origin main
161
0 commit comments