Added a script to trigger the release workflow

This commit is contained in:
Sam Lantinga 2024-03-24 07:22:58 -07:00
parent 36e73bdda4
commit 96fbd10de0
1 changed files with 6 additions and 0 deletions

View 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