Skip to content

Commit e495247

Browse files
committed
chore(ci): temporary remove git commit conditional
1 parent 587c64d commit e495247

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/packagist.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,13 @@ jobs:
6060
merge-multiple: true
6161

6262
- run: |
63-
if ! git diff --quiet -- lib/; then
64-
git config user.name "${GITHUB_ACTOR}"
65-
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
63+
git config user.name "${GITHUB_ACTOR}"
64+
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6665
67-
git add lib/*
68-
git commit -m "ci: update shared libraries [skip ci]"
69-
git show
70-
git push
71-
else
72-
echo "No changes in lib/"
73-
fi
66+
git add lib/
67+
git commit -m "ci: update shared libraries [skip ci]"
68+
git show
69+
git push
7470
7571
- name: Update Packagist
7672
run: |

0 commit comments

Comments
 (0)