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 4198fc6 commit da0ecc4Copy full SHA for da0ecc4
.github/workflows/release.yaml
@@ -44,6 +44,7 @@ jobs:
44
45
- name: Create release archive
46
run: |
47
+ rm -rf node_modules tests CODE_OF_CONDUCT.md CONTRIBUTING.md flake.lock flake.nix phpstan.neon phpunit.xml shell.nix
48
tar -czf panel.tar.gz * .editorconfig .env.example .eslintignore .eslintrc.js .gitignore .prettierrc.json
49
50
- name: Extract changelog
0 commit comments