diff options
| author | Ray <[email protected]> | 2020-01-10 11:23:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-10 11:23:35 +0100 |
| commit | c2e79a212c3ce423ba9df771afa0eef0170d005a (patch) | |
| tree | 690755c2e3534bf04f0aadf1717e2e0675944800 | |
| parent | 680cbdf1f0f862c910a3179b7e3640bc8713a368 (diff) | |
| download | raylib-c2e79a212c3ce423ba9df771afa0eef0170d005a.tar.gz raylib-c2e79a212c3ce423ba9df771afa0eef0170d005a.zip | |
Update 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 }} |
