Skip to content

Commit

Permalink
Fix workflow release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Jan 30, 2024
1 parent 44ff476 commit d3c176b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ jobs:
- name: Create Release Archive
run: |
rm -rf node_modules/ \
tests/ \
CODE_OF_CONDUCT.md \
CONTRIBUTOR_LICENSE_AGREEMENT \
crowdin.yml \
docker-compose.ci.yml \
phpstan.neon \
phpunit.xml
rm -rf node_modules/ tests/ CODE_OF_CONDUCT.md CONTRIBUTOR_LICENSE_AGREEMENT crowdin.yml docker-compose.ci.yml phpstan.neon phpunit.xml
tar -czf panel.tar.gz *
- name: Extract Changelog
Expand Down

0 comments on commit d3c176b

Please sign in to comment.