2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

ci: fix release

This commit is contained in:
耗子
2024-12-03 22:17:15 +08:00
parent 2f87de40da
commit 9ce41bc02c

View File

@@ -34,6 +34,7 @@ jobs:
- name: Set environment variables
run: |
echo "GOVERSION=$(go version | cut -d' ' -f3)" >> $GITHUB_ENV
echo "HOSTNAME=$(hostname)" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with: