Skip to content

Commit

Permalink
Bundle the new eslintrc config file
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Jun 27, 2022
1 parent 9bcf90d commit 16725e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create release archive
run: |
rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.xml Vagrantfile
tar -czf panel.tar.gz * .env.example .eslintignore .eslintrc.yml .babel-plugin-macrosrc.js
tar -czf panel.tar.gz * .env.example .eslintignore .eslintrc.js
- name: Extract changelog
id: extract_changelog
Expand Down

0 comments on commit 16725e6

Please sign in to comment.