Ver Fonte

Added a script to trigger the release workflow

Sam Lantinga há 1 ano atrás
pai
commit
96fbd10de0
1 ficheiros alterados com 6 adições e 0 exclusões
  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
+