Skip to content

Commit

Permalink
release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rust17 committed Dec 27, 2024
1 parent 40f274b commit cbd15f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Remove unnecessary files
run: |
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
- name: Git commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit cbd15f2

Please sign in to comment.