From c2e79a212c3ce423ba9df771afa0eef0170d005a Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 10 Jan 2020 11:23:35 +0100 Subject: [PATCH] Update cd_src_release.yml --- .github/workflows/cd_src_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd_src_release.yml b/.github/workflows/cd_src_release.yml index 942461740..45979fb9f 100644 --- a/.github/workflows/cd_src_release.yml +++ b/.github/workflows/cd_src_release.yml @@ -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 }}