From f1afc0f4d98557ed0260b372206e8dbbc7144707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Mon, 18 Nov 2024 14:14:03 +0800 Subject: [PATCH] build(deps): bump goreleaser from v2 to v2.4.5 (#7110) #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- .github/workflows/release-drafter.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 24d5e06d1..ac7adbd7c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -12,6 +12,15 @@ 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: @@ -29,7 +38,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser - version: '~> v2' + version: 'v2.4.5' args: release --skip=publish --clean - name: Upload Assets uses: softprops/action-gh-release@v1