Skip to content

Commit aaae8a5

Browse files
fix: Remove the build cache
1 parent 5ca9115 commit aaae8a5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release-drafter.yml

-10
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout Code
1414
uses: actions/checkout@v4
15-
- name: Cache
16-
uses: actions/cache@v4
17-
with:
18-
path: |
19-
~/.npm
20-
~/.cache
21-
~/go/pkg/mod
22-
key: ${{ runner.os }}-1panel-build-${{ github.sha }}
23-
restore-keys: ${{ runner.os }}-1panel-build-
2415
- name: Setup Node
2516
uses: actions/setup-node@v4
2617
with:
@@ -34,7 +25,6 @@ jobs:
3425
uses: actions/setup-go@v5
3526
with:
3627
go-version: '1.23'
37-
cache: 'false'
3828
- name: Build Release
3929
uses: goreleaser/goreleaser-action@v6
4030
with:

0 commit comments

Comments
 (0)