Ver código fonte

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)
tags/v0.17.0
Zhichang Yu 8 meses atrás
pai
commit
58a8f1f1b0
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0
    6
      .github/workflows/release.yml

+ 0
- 6
.github/workflows/release.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar