Skip to content

Commit 7af2025

Browse files
authored
fix: Adds index.html to the commit step (#652)
It was missing, which caused the release workflow to fail.
1 parent 9808717 commit 7af2025

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
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Commit and Push Changes (to temp branch)
112112
run: |
113-
git add dist/ package-lock.json
113+
git add dist/ package-lock.json index.html
114114
if [ -z "$(git status --porcelain)" ]; then
115115
echo "No changes to commit"
116116
exit 0

0 commit comments

Comments
 (0)