Skip to content

Commit

Permalink
build(deps): bump goreleaser from v2 to v2.4.5 (#7110)
Browse files Browse the repository at this point in the history
#### 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.
  • Loading branch information
wojiushixiaobai authored Nov 18, 2024
1 parent ea1afe7 commit f1afc0f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f1afc0f

Please sign in to comment.