Fixes the commit-changes part which wrongly called composer.

This commit is contained in:
Vassyli
2020-12-30 17:34:09 +01:00
parent 3eb538145e
commit c18cdef3ff
+1 -1
View File
@@ -31,4 +31,4 @@ jobs:
run: satis/bin/satis build packages/satis.json packages/build
- name: "Commit changes and push to origin"
run: composer commit -a -m "Updated packages" && composer push origin master
run: cd packages && git commit -a -m "Updated packages" && git push origin master