mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 15:19:01 +00:00
Update cd_src_release.yml
This commit is contained in:
2
.github/workflows/cd_src_release.yml
vendored
2
.github/workflows/cd_src_release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user