Remove run attempt from build number
All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 36s

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-09-12 19:55:30 -07:00
parent d2ee45c61a
commit 8ba930ed2e

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install node modules
run: npm install
- name: Add build number
run: sed -i 's/####/${{ github.run_number }}-${{ gitea.run_attempt }}/' ./src/js/store.js
run: sed -i 's/####/#${{ github.run_number }}/' ./src/js/store.js
- name: Build pwa
run: npm run build
- name: Replace previous dev pwa