Browse Source

fix: Remove the build cache

release-1.10 v1.10.21-lts
wanghe-fit2cloud 2 days ago
parent
commit
aaae8a5d3b
  1. 10
      .github/workflows/release-drafter.yml

10
.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:

Loading…
Cancel
Save