Ver a proveniência

Update cd_src_release.yml

pull/1067/head
Ray há 5 anos
committed by GitHub
ascendente
cometimento
c2e79a212c
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      .github/workflows/cd_src_release.yml

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

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

Carregando…
Cancelar
Guardar