Fix release.yml (#5327)

### What problem does this PR solve?

Fix release.yml

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Zhichang Yu 2025-02-25 12:41:34 +08:00 committed by GitHub
parent daddfc9e1b
commit 58a8f1f1b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,12 +75,6 @@ jobs:
# The body field does not support environment variable substitution directly.
body_path: release_body.md
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# https://github.com/marketplace/actions/docker-login
- name: Login to Docker Hub
uses: docker/login-action@v3