Skip to content

Commit e12e798

Browse files
CID-21024 only add changes that are in the dist/ directory
1 parent aabed7c commit e12e798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
git config user.name "${{ github.actor }}"
6464
git config user.email "${{ github.actor }}@users.noreply.github.com"
65-
git add -A
65+
git add dist/
6666
git commit -m "chore: update dist/ directory [automated]"
6767
git push
6868

0 commit comments

Comments
 (0)