mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 01:38:27 +00:00
Added a script to trigger the release workflow
This commit is contained in:
parent
36e73bdda4
commit
96fbd10de0
1 changed files with 6 additions and 0 deletions
6
build-scripts/create-release.sh
Executable file
6
build-scripts/create-release.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
commit=$(git rev-parse HEAD)
|
||||
echo "Creating release workflow for commit $commit"
|
||||
gh workflow run release.yml --ref main -f commit=$commit
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue