mirror of https://github.com/1Panel-dev/1Panel
parent
5ca91157ca
commit
aaae8a5d3b
|
@ -12,15 +12,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
~/.cache
|
||||
~/go/pkg/mod
|
||||
key: ${{ runner.os }}-1panel-build-${{ github.sha }}
|
||||
restore-keys: ${{ runner.os }}-1panel-build-
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
@ -34,7 +25,6 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23'
|
||||
cache: 'false'
|
||||
- name: Build Release
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue