Skip to content

Commit 58524ad

Browse files
committed
cd: fix git add command
1 parent 9208a5e commit 58524ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-news-player.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Append !dist to gitignore
4545
run: echo '!dist' >> .gitignore
4646
- name: Stage dist folders
47-
run: git add **/dist
47+
run: git add --all
4848
- name: Commit changes to git
4949
run: git commit -m "Add dist folders"
5050
- name: Force push to release-news-player

0 commit comments

Comments
 (0)