Skip to content

Commit a8e701d

Browse files
authored
add .env.example to panel.tar.gz in automated release
1 parent 17c57d3 commit a8e701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Create release archive
3737
run: |
3838
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 *
39+
tar -czf panel.tar.gz * .env.example
4040
4141
- name: Extract changelog
4242
id: extract_changelog

0 commit comments

Comments
 (0)