We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5515871 commit 6c2dcbcCopy full SHA for 6c2dcbc
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Create release archive
35
run: |
36
rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.dusk.xml phpunit.xml Vagrantfile
37
- tar -czf panel.tar.gz * .env.example
+ tar -czf panel.tar.gz * .env.example .babel-plugin-macrosrc.js
38
39
- name: Extract changelog
40
id: extract_changelog
0 commit comments