Skip to content

Commit 45437a5

Browse files
committed
only git add necessary files
1 parent 0cffdb0 commit 45437a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
git config user.email "<>"
212212
- name: commit
213213
run: |
214-
git add -A
214+
git add -u
215215
git commit -m "auto-bump connector version"
216216
git push origin ${{ github.ref }}
217217
- name: Add Version Bump Success Comment

0 commit comments

Comments
 (0)