2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00
This commit is contained in:
耗子
2025-02-06 01:29:58 +08:00
parent 86376503ac
commit 01eb10bda3

View File

@@ -40,6 +40,8 @@ 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: