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 17c57d3 commit a8e701dCopy full SHA for a8e701d
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Create release archive
37
run: |
38
rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.dusk.xml phpunit.xml Vagrantfile
39
- tar -czf panel.tar.gz *
+ tar -czf panel.tar.gz * .env.example
40
41
- name: Extract changelog
42
id: extract_changelog
0 commit comments