diff --git a/build-scripts/create-release.sh b/build-scripts/create-release.sh new file mode 100755 index 000000000..927cadcf3 --- /dev/null +++ b/build-scripts/create-release.sh @@ -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 +