diff options
Diffstat (limited to '.github/workflows/cd_src_release.yml')
| -rw-r--r-- | .github/workflows/cd_src_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd_src_release.yml b/.github/workflows/cd_src_release.yml index 94246174..45979fb9 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 }} |
