2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

ci: 测试换一种清理方式

This commit is contained in:
2025-04-13 02:44:06 +08:00
parent 66c30f3e33
commit 67d350ebe2
3 changed files with 3 additions and 4 deletions

View File

@@ -39,8 +39,6 @@ jobs:
run: |
echo "GOVERSION=$(go version | cut -d' ' -f3)" >> $GITHUB_ENV
echo "HOSTNAME=$(hostname)" >> $GITHUB_ENV
- name: Clear node_modules
run: rm -rf node_modules
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with: