瀏覽代碼

Added a script to trigger the release workflow

Sam Lantinga 2 年之前
父節點
當前提交
96fbd10de0
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      build-scripts/create-release.sh

+ 6 - 0
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
+