Explorar el Código

Update cd_src_release.yml

pull/1067/head
Ray hace 6 años
cometido por GitHub
padre
commit
c2e79a212c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/cd_src_release.yml

+ 1
- 1
.github/workflows/cd_src_release.yml Ver fichero

@ -15,7 +15,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}

Cargando…
Cancelar
Guardar