Skip to content

Commit dfa4e16

Browse files
authored
fix: Update release workflow to add all changed files. (#323)
1 parent ccc715f commit dfa4e16

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
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Commit and Push Changes (to temp branch)
8181
run: |
82-
git add dist index.html
82+
git add -A
8383
if [ -z "$(git status --porcelain)" ]; then
8484
echo "No changes to commit"
8585
exit 0

0 commit comments

Comments
 (0)