Skip to content

Commit 4453bd4

Browse files
authored
fix: Update release.yml (#237)
Updates commit step to also add index.html file to the commit.
1 parent 87f407d commit 4453bd4

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
@@ -80,6 +80,6 @@ jobs:
8080

8181
- name: Commit and Push Changes (to temp branch)
8282
run: |
83-
git add dist
83+
git add dist index.html
8484
git commit -m "Update dist folder"
8585
git push --force origin temp-build-branch

0 commit comments

Comments
 (0)