Skip to content

Commit 3ccf3cc

Browse files
authored
Update release.yml
amend git add line
1 parent 5dfc3a1 commit 3ccf3cc

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
@@ -75,6 +75,6 @@ jobs:
7575

7676
- name: Commit and Push Changes (to dist)
7777
run: |
78-
git add dist/samples
78+
git add dist/*
7979
git commit -m "Update dist folder"
8080
git push --force origin dist

0 commit comments

Comments
 (0)