Skip to content

Commit

Permalink
fix: Remove the build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghe-fit2cloud committed Nov 20, 2024
1 parent 5ca9115 commit aaae8a5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit aaae8a5

Please sign in to comment.