We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f274b commit cbd15f2Copy full SHA for cbd15f2
.github/workflows/releases.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Remove unnecessary files
30
run: |
31
- find . -maxdepth 1 -not -path "./src" -not -path "./composer.json" -not -path "./LICENSE.md" -not -path "./README.md" -not -path "." -print0 | xargs -0 rm -rf
+ find . -maxdepth 1 -not -path "./src" -not -path "./.git" -not -path "./composer.json" -not -path "./LICENSE.md" -not -path "./README.md" -not -path "." -print0 | xargs -0 rm -rf
32
33
- name: Git commit
34
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments