Fix update-bundle workflow

This commit is contained in:
Arthur Baars
2025-09-02 15:28:28 +00:00
parent 68d7fe3565
commit 586475690d
+3
View File
@@ -36,6 +36,9 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Install dependencies
run: npm ci
- name: Update bundle
uses: ./.github/actions/update-bundle