From aaae8a5d3bf4c35f0f344010623776e212dbe109 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Wed, 20 Nov 2024 12:08:35 +0800 Subject: [PATCH] fix: Remove the build cache --- .github/workflows/release-drafter.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 912cd2aa49bf..24d5e06d153f 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -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: